Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information