Describe the feature
To improve email deliverability and avoid spam filters, I propose adding a new mailer driver for the Tencent Cloud SES API. I have already built a working implementation that:
- Uses the Tencent Cloud API to send template-based emails.
- Is configured in core/config.php.
- Automatically falls back to SMTP if the API fails.
Please let me know if you are open to a PR for this feature.