mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #316] [Bug] 邮件发送失败 #194
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#194
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 @fudiwei on GitHub (Nov 7, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/316
Originally assigned to: @fudiwei on GitHub.
根据 Go 1.22 Release Notes,目前 go 默认使用 TLS 套件版本最低为 1.2,但部分国内邮件服务商的 SMTP 服务器仍在使用 TLS 1.0-1.1。目前的实现由于未提供 TLS/SSL 相关配置项,会导致 TLS 握手失败。
另,目前测试推送按钮未做防抖处理,也没有加载中的提示,测试推送响应比较慢的情况下用户可能会尝试重复点击,会抛出
The request was autocancelled异常。关联 Issue #292