System Information
-
Strapi Version: 4.1.2
-
Operating System: MacOS
-
Database: Postgres
-
Node Version: v16.13.1
-
NPM Version: 8.3.0
-
Yarn Version: 1.22.17
I’ve just install provider-email-mailgun and configured plugins.js and mailgun as per the documentation.
When I try to send a test email I get a success message but nothing is delivered to the test email address. Not quite sure how to debug as there is no error message. Does anyone know why this might be happening?
Ended up switching to SendGrid which is way easier to configure and works fine.
Which steps did you follow to make it works with mailgun? We have the same problem and we are thinking on move to SendGrid.
facing the same problem - were you able to fix it somehow? thanks.
In the .env file, I was declaring this environment variable:
MAILGUN_DOMAIN=https://www.example.com
Writing the domain name like this fixed my issue:
MAILGUN_DOMAIN=example.com
Finally, I ended up using nodemailer and sendinblue.