mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #1088] [Bug] QQ邮箱发送邮件提示发送失败,但是实际发送成功。会导致工作流显示运行失败。 #733
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#733
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 @Liuxiny on GitHub (Dec 5, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1088
Release Version / 软件版本
v0.4.8
Description / 缺陷描述
在通知渠道中添加SMTP邮件通知,如果配置QQ邮箱的 SMTP服务, 发送邮件时会加载10s左右,然后报错:
failed to send mail: send failed: sending SMTP RESET command: not connected to SMTP server, affected message ID: <Lm6uwRVg3coi2y3A******@9fce43******>
但是实际邮件是发送出去了的,在通知渠道-编辑授权中点击[通知测试]可以复现:
Steps to reproduce / 复现步骤
1、点击菜单授权凭证
2、选择通知授权
3、打开配置好的QQ邮箱通知渠道(smtp.qq.com,465和587 这两个端口都尝试过)
4、点击通知测试
5、提示错误:failed to send mail: send failed: sending SMTP RESET command: not connected to SMTP server, affected message ID:...
Logs / 日志
Miscellaneous / 其他
No response
Contribution / 贡献代码
@charley008 commented on GitHub (Dec 8, 2025):
我也遇到了
@fudiwei commented on GitHub (Dec 8, 2025):
memo link: https://github.com/wneessen/go-mail/issues/463