-
-
Notifications
You must be signed in to change notification settings - Fork 607
Description
Note
Please stick to the template and provide as much detail as possible to help us diagnose and fix the issue.
Low effort bug reports will be closed.
Describe the bug
Using SMTP driver with a Resend server isn't working to send e-mails from the application. When trying to send Messages from the Messages tab, the messages appear indefinitely with a "PROCESSING" label. No logs appear in the terminal.
To Reproduce
Steps to reproduce the behavior:
1.Set SMTP driver with Resend.
MAIL_MAILER=smtp
MAIL_HOST=smtp.resend.com
MAIL_PORT=2465
MAIL_USERNAME=resend
MAIL_PASSWORD=[password]
MAIL_FROM_ADDRESS=[email]
MAIL_FROM_NAME=[name]
MAIL_ENCRYPTION=tls
MAIL_EHLO_DOMAIN=[domain]
2. Go to messages tab
3. Send a new message
4. See "PROCESSING" label and check logs
Expected behavior
I expected the emails being sent
Screenshots
If applicable, add screenshots to help explain your problem.

Logs
No error logs appear
Desktop (please complete the following information):
- OS: MacOS
- Browser: Chrome
- Version: 129.0.6668.100