-
Notifications
You must be signed in to change notification settings - Fork 160
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
发邮件至Gmail邮箱失败 #236
Comments
没能复现,我目测,你服务器是不是在国内呀,使用的国内的DNS服务器? gmail域名存在dns污染,ip被解析到莫名其妙的地方去了,导致TLS握手失败就报这个错误了 |
奇怪了 我的主路由上是有passwall的 局域网内的机器都能访问google,gmail。应该不会存在DNS污染问题 |
你的证书有问题吗?是自动生成的证书吗 |
主路由能访问google gmail不代表dns没污染呀,可能代理没有转发mx的dns查询?一般代理转发A记录和AAAA记录就能保证正常上网,但是PMail需要MX记录。 |
不是 是外面找的商业1年签的证书 已经按教程添加了所有需要的域名记录 我感觉还真有可能是代理没有转发mx的dns查询 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
完整性要求 / Integrity requirements
版本
2.8.0
服务端配置
服务端日志
描述
部署好后发邮件至GMAIL邮箱,会提示以下错误Unsafe! gmail.com Server Not Support SMTPS & STARTTLS
邮件投递失败
[info][2025-01-06 09:12:26][ac110011677b2dfad5b30001e97432b0][/work/controllers/email/send.go:58]发送邮件
[warning][2025-01-06 09:13:52][ac110011677b2dfad5b30001e97432b0][/work/utils/send/send.go:192]Unsafe! gmail.com Server Not Support SMTPS & STARTTLS
[error][2025-01-06 09:15:15][ac110011677b2dfad5b30001e97432b0][/work/utils/send/send.go:213][0xc0002343e0] 邮件投递失败EOF
[error][2025-01-06 09:15:15][/work/hooks/framework/framework.go:123]params error json: cannot unmarshal object into Go struct field HookDTO.ErrMap of type error
重现方式
直接给Gmail发邮件即可
The text was updated successfully, but these errors were encountered: