mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #1066] [Bug] 腾讯企业邮箱发送邮件失败 #720
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#720
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ouchonghui on GitHub (Nov 27, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1066
Release Version / 软件版本
v0.4.6
Description / 缺陷描述
在通知渠道中添加SMTP邮件通知,如果配置腾讯企业邮箱的 SMTP服务, 发送邮件时会加载两分钟左右,然后报错:failed to send mail: dial failed: EOF。
试了下,一样的配置,回退到v0.4.5可以正常发送。
Steps to reproduce / 复现步骤
Logs / 日志
Miscellaneous / 其他
No response
Contribution / 贡献代码
@fudiwei commented on GitHub (Nov 28, 2025):
试试端口 587 + 开启 SSL,或者端口 465 + 不开启 SSL?
@hucanye commented on GitHub (Nov 28, 2025):
同样的问题,发送不了邮箱了。
@fudiwei commented on GitHub (Nov 28, 2025):
@hucanye 始终是同样的报错信息吗?
@ouchonghui commented on GitHub (Nov 28, 2025):
我这里都不行,两个配置都报这个