mirror of
https://github.com/beilunyang/moemail.git
synced 2026-04-25 03:25:47 +03:00
[PR #83] 一些关于域名管理和用户管理等的优化和提升 #89
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/moemail#89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/beilunyang/moemail/pull/83
State: closed
Merged: No
1、单独添加一个域名管理模块





2、域名管理模块可以更方便的添加、删除、修改域名,并且最重要的,支持单独为某个域名开启或者关闭resend,并且可以单独为每个域名设置不同的resend域名。
3、原来的Resend发件服务配置目前只用来开启全局开关
4、邮箱的【发送邮件】【已发送】功能会根据Resend全局开关+域名Resend设置与否决定是否开启发送邮件功能,且发送邮件功能做到了后端拦截,防止用户通过技术手段强制发送邮件。
5、优化了数据库,提供数据库无缝迁移,老用户直接更新部署即可。
注意!注意!注意!
新版本因为将域名从KV转移到了D1数据库,所以域名设置需要手动重新设置,原先存储在KV的域名和Resend数据将不再使用。
新版本因为将域名从KV转移到了D1数据库,所以域名设置需要手动重新设置,原先存储在KV的域名和Resend数据将不再使用。
新版本因为将域名从KV转移到了D1数据库,所以域名设置需要手动重新设置,原先存储在KV的域名和Resend数据将不再使用。
[PR #83] [CLOSED] 一些关于域名管理和用户管理等的优化和提升to [PR #83] 一些关于域名管理和用户管理等的优化和提升