-
Notifications
You must be signed in to change notification settings - Fork 985
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 STARTTLS 兼容性问题 #291
Comments
Title: StartTLS is not supported, which cost me a whole night (8 hours)😭
Problem description Relevant screenshots (if any) |
outlook强制使用oauth验证,建议先使用阿里免费企业邮箱或者qq邮箱等过渡 |
Outlook is forced to use oauth authentication. It is recommended to use Alibaba's free corporate email or QQ email first for transition. |
Pull request 有个大佬已经解决了我的问题了 可以使用StartTLS去用ahasend的SMTP服务器了 |
Pull request A big guy has solved my problem. You can use StartTLS to use ahasend's SMTP server. |
smtp兼容性确实耐人钻研,等有空专门设计一个专项反馈smtp provider兼容性问题。 生产仍然推荐使用 resend, 腾讯云发件(hk), 阿里云发件, lark mail。 |
The smtp compatibility is really interesting to study, and I will design a special project to provide feedback on the smtp provider compatibility issue when I have time. For production, it is still recommended to use resend, Tencent Cloud Send (hk), Alibaba Cloud Send, and Lark Mail. |
#301 测试一下 @omega-leo |
#301 Test it @omega-leo |
问题描述
SMTP服务器那里代码里是有支持StartTLS的,但是在实际操作中,报错authentication not qualified,而且outlook现在也是用不了的了 需要auth2或是modern authentication 不支持应用密码了 望作者优化下那部分的代码
复现步骤
SMTP服务器功能配置填写Ahasend的server ahasend那边是需要StartTLS的 导致认证出错 本人验证了用swaks跑是可以正常运行的
预期结果
正常运行SMFP服务器去发送邮件
日志信息
相关截图 (如果有)
The text was updated successfully, but these errors were encountered: