Email sending - HTTP 500 Error and Not found

System Information
  • Strapi Version: 3.2.5
  • Operating System: OSX
  • Database: Postgres
  • Node Version: 12.16.1
  • NPM Version: 7.21.0
  • Yarn Version: -

I’m trying to understand what is wrong with the built-in email sender.
I have the following plugins installed and configured - strapi-plugin-email, strapi-provider-email-nodemailer, strapi-provide-email-sendgrid - however, every time I try to post something to http://localhost:1337/email an HTTP 500 error “Not found” is returned.

Could someone kindly advise on how to troubleshoot this?

Thank you!

2 Likes

I’m having the same issue with the email sending. I tried sending a test email through the CMS admin panel and tried with Postman. Still getting a 500 error.

I followed this Youtube video that follows the Strapi guidelines for setting up the email function with Sendgrid.

Make sure you set an authorized sender in sendgrid (email address) and you probably need to go in and change the email templates to use this email.

2 Likes

Thank you for the help. I reviewed my code and my email address was incorrect, once I changed it everything now works :blush:

1 Like

Thank you for saving my project! I forgot to update the Email Templates!!!

1 Like

No problem at all! Quite welcome :slight_smile:

1 Like