Minghan Zhang
7a467e6e7f
Fix SMTP compatibility issues to support office365 provider
...
Add support for multiple SMTP providers in `utils/smtp.go`.
* **Provider-specific handling**:
- Add specific handling for Outlook, QQ, Office365, Resend, and Tencent SMTP policies.
- Use `switch` statement to set `TLSConfig` based on the SMTP host.
2024-12-03 17:11:51 +08:00
Minghan Zhang
5986f49bd9
chore: modify comment lang (by copilot space)
2024-11-27 14:31:00 +08:00
Oganneson
c85898ebc8
将smtp.go转换为gomail.v2实现以解决StartTLS相关问题
2024-11-26 04:00:05 +08:00
Deng Junhai
16aba18926
chore: Compatible with pre-modified SMTP sending method ( #174 )
2024-06-23 19:25:40 +08:00
Deng Junhai
6f3cdad1e7
feat: SMTP Compatibility Enhancement and SSL Protocol Support ( #174 )
2024-06-23 03:04:52 +08:00
Zhang Minghan
0bbc2d9ee2
optimize: smtp optimization
2024-01-25 20:30:57 +08:00
Zhang Minghan
d19ce5eb28
feat: smtp test feature
2023-12-27 17:42:27 +08:00
Zhang Minghan
c0f382b47a
feat: update mail template
2023-12-24 07:53:30 +08:00
Zhang Minghan
abff5b9821
update: all in one feature
2023-12-23 23:02:51 +08:00
Zhang Minghan
8990c7cf2b
feat: system settings page and add event source max timeout
2023-12-15 11:14:13 +08:00