Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

高级邮件设置 #279

Open
3 tasks
ZhaoZuohong opened this issue Sep 12, 2023 · 3 comments
Open
3 tasks

高级邮件设置 #279

ZhaoZuohong opened this issue Sep 12, 2023 · 3 comments

Comments

@ZhaoZuohong
Copy link
Contributor

功能列表:

  • 支持任意邮件发信
  • 支持多个收件人
  • 每个收件人可独立设置时区
@ZhaoZuohong
Copy link
Contributor Author

设计图

简单模式

对简单模式也进行一点调整。

image

高级模式

image

ZhaoZuohong added a commit that referenced this issue Sep 13, 2023
@ZhaoZuohong
Copy link
Contributor Author

配置文件里高级邮件设置的格式:

advanced_email:
  enable: false
  smtp_server: ''
  port: 465
  encryption: 'ssl'
  authentication: 'normal password'
  account: ''
  password: ''
  to:
    - address: [email protected]
      timezone: 'Asia/Shanghai'
    - address: [email protected]
      timezone: 'Asia/Shanghai'

@ZhaoZuohong
Copy link
Contributor Author

commit aa749d4
commit 490c632
commit 0a672b4

初步支持使用自定义邮箱、SSL加密发送邮件

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant