Brevo.com SMTP does not work. The same Brevo SMTP details work fine in another Laravel project. In general, the functionality for changing email SMTP settings is quite complicated. It says that the email was sent, but in reality nothing is sent, and there’s no message in the .log file. I’ve saved the Brevo SMTP details in both the control panel and the .env file, but it’s still not working.
Please help me, because I’m unable to use the purchased application.
- MSAnswered
Hello,
Please pay attention on the mail encryption. You must set it to the
tls
orssl
If system is not giving error that means it has initiated the email without any issue. Once it has error that should be logged in the latest log file.
If you need to test the email functionality you can test it with mailtrap.io
Thank you
- Login to Reply