Commit Graph

19 Commits

Author SHA1 Message Date
星野梦月 a18ea3cc16 feat: 支持强制使用 AUTH LOGIN 以解决 outlook 等邮箱的发件问题 (#4112)
* feat: 支持强制使用 AUTH LOGIN 以解决 outlook 等邮箱的发件问题

* fix: 修复通过 SSL 发送邮件时绕过 AUTH LOGIN 的问题

* fix: remove redundant branch, delete test file, add i18n translations

- Remove redundant else-if branch in SendEmail since auth is already
  computed via getSMTPAuth()
- Delete option_smtp_auth_test.go as requested
- Add i18n translations for '强制使用 AUTH LOGIN' checkbox
2026-04-08 16:53:10 +08:00
zhiheng.wang 8279be2380 fix: correct sender format issues
- Adjust sender field format, add space to separate nickname and email address
- Ensure email header format complies with standard RFC specifications
- Fix potential email client sending exceptions (Tencent Cloud)
2025-12-12 16:19:14 +08:00
CaIon f6bf150d21 fix: improve error handling for email sending failures 2025-10-13 19:21:46 +08:00
han shi a0017f2235 feat: 增加sendcloud邮件服务器的支持 (#947)
* 增加sendcloud邮件服务器的支持

* 调整代码结构

* Used slince.Contains function

---------

Co-authored-by: shih <shih@knownsec.com>
2025-04-25 18:17:46 +08:00
wzxjohn b354af02a4 feat: support Azure Comm Service SMTP 2024-12-07 00:37:11 +08:00
CalciumIon c709ab7c0a fix: email panic 2024-12-04 22:08:47 +08:00
CalciumIon d1857313f5 fix: email 2024-09-04 19:44:29 +08:00
OswinWu 60448fbd41 fix: 多地区outlook邮箱和ofb邮箱Auth 2024-08-23 17:16:09 +08:00
CalciumIon 7a3ca166ec fix: add email missing Message-ID 2024-08-16 16:16:38 +08:00
Oswin e94613cfc6 [fix] fix send email error using outlook smtp 2024-07-26 17:47:36 +08:00
CaIon 41a2619e84 feat: able to set smtp ssl 2024-03-28 12:18:11 +08:00
liyujie cc4c7ca5f2 fix: add Date header for email 2023-12-13 16:51:19 +08:00
JustSong d4a976d0e6 fix: fix SMTPFrom not updated in some cases (close #34) 2023-05-13 22:04:36 +08:00
JustSong 86117cd704 fix: fix garbled email subject (#34) 2023-05-13 21:41:52 +08:00
JustSong 5792db44c3 fix: support smtp server with port 465 2023-05-13 18:57:27 +08:00
JustSong 6cb284c8fd feat: able to configure smtp from now (close #34) 2023-05-13 18:33:41 +08:00
JustSong badbb0962f refactor: use built in smtp library (close #34) 2023-05-13 15:30:09 +08:00
JustSong d11134d98f feat: now supports custom smtp port 2023-05-12 11:44:38 +08:00
JustSong 4cbef0780e Initial commit 2023-04-22 20:39:27 +08:00