Skip to content

🐛 No e-mails are being sent when using SMTP driver with Resend server #270

@pchurro

Description

@pchurro

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.
Captura de ecrã 2024-10-28, às 14 25 05

Logs
No error logs appear

Desktop (please complete the following information):

  • OS: MacOS
  • Browser: Chrome
  • Version: 129.0.6668.100

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions