[GH-ISSUE #316] [Bug] 邮件发送失败 #194

Closed
opened 2026-03-03 01:01:32 +03:00 by kerem · 0 comments
Owner

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 握手失败。

image


另,目前测试推送按钮未做防抖处理,也没有加载中的提示,测试推送响应比较慢的情况下用户可能会尝试重复点击,会抛出 The request was autocancelled 异常。

image

关联 Issue #292

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](https://go.dev/doc/go1.22),目前 go 默认使用 TLS 套件版本最低为 1.2,但部分国内邮件服务商的 SMTP 服务器仍在使用 TLS 1.0-1.1。目前的实现由于未提供 TLS/SSL 相关配置项,会导致 TLS 握手失败。 ![image](https://github.com/user-attachments/assets/aad789b4-f445-4082-8747-8cd983195fe3) --- 另,目前测试推送按钮未做防抖处理,也没有加载中的提示,测试推送响应比较慢的情况下用户可能会尝试重复点击,会抛出 `The request was autocancelled` 异常。 ![image](https://github.com/user-attachments/assets/77e692e9-667a-49c8-84cb-d1e9b10bb2d9) 关联 Issue #292
kerem 2026-03-03 01:01:32 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#194
No description provided.