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

SMTP 配置支持腾讯企业邮箱接口 #15

Open
xtao opened this issue Oct 19, 2016 · 4 comments
Open

SMTP 配置支持腾讯企业邮箱接口 #15

xtao opened this issue Oct 19, 2016 · 4 comments

Comments

@xtao
Copy link

xtao commented Oct 19, 2016

现在 smtp 看起来只传了 地址 和 端口,腾讯的还需帐号,类似:

mail.backend: 'smtp'  # Use dummy if you want to disable email entirely
mail.host: 'smtp.exmail.qq.com'
mail.port: 25
mail.username: 'XXXX@X.X'
mail.password: 'XXXX'
mail.use-tls: false
# The email address to send on behalf of
mail.from: 'XXXX@X.X'
mail.list-namespace: 'X.X'
@xtao
Copy link
Author

xtao commented Oct 19, 2016

@xtao
Copy link
Author

xtao commented Oct 19, 2016

也有变通的方案,就是自己部署一个 SMTP 转发服务,可以考虑提供个 image。。。

@wchaoyi
Copy link
Member

wchaoyi commented Oct 19, 2016

好复杂,smtp 不是简单邮件传输协议么

@xtao
Copy link
Author

xtao commented Oct 20, 2016

简单也要有认证啊。。。

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

2 participants