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

[backend] 邮箱ssl #73

Closed
lin594 opened this issue Sep 7, 2021 · 1 comment
Closed

[backend] 邮箱ssl #73

lin594 opened this issue Sep 7, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lin594
Copy link
Member

lin594 commented Sep 7, 2021

没有开启ssl,导致一些邮箱不能用
必定要更改一些配置
参考链接

至少让这个配置能发邮件

    "email": {
        "password": "BF3zBTA8E7wkFXCg",
        "account": "edialect@edialect.top",
        "body": "<h1>[[${verifyCode}]]</h1>",
        "title": "验证码",
        "host": "smtp.exmail.qq.com",
        "port": "465"
    }
@lin594 lin594 added the bug Something isn't working label Sep 7, 2021
@lin594 lin594 added this to To be assigned in Frogsoft CMS - backend via automation Sep 7, 2021
@lin594
Copy link
Member Author

lin594 commented Sep 7, 2021

{"timestamp":"2021-09-08 02:45:00","status":404,"message":"发送简单邮件时发生异常!org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Got bad greeting from SMTP host: smtp.qq.com, port: 465, response: [EOF]. Failed messages: javax.mail.MessagingException: Got bad greeting from SMTP host: smtp.qq.com, port: 465, response: [EOF]; message exceptions (1) are:\nFailed message 1: javax.mail.MessagingException: Got bad greeting from SMTP host: smtp.qq.com, port: 465, response: [EOF]","error":"Not Found"}

@lin594 lin594 linked a pull request Sep 8, 2021 that will close this issue
Frogsoft CMS - backend automation moved this from To be assigned to To be deployed Sep 8, 2021
@chaozuoye chaozuoye reopened this Sep 8, 2021
@lin594 lin594 moved this from To be deployed to Done in Frogsoft CMS - backend Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants