alexzaganelli / strapi-plugin-email-designer

Design your own email templates w/ visual composer directly inside the Strapi admin panel and send composed emails programmatically from your controllers / services.
MIT License
327 stars 50 forks source link

Change no-reply@strapi.io to noreply@website.com #126

Open AthorusDigital opened 1 year ago

AthorusDigital commented 1 year ago

Congratulations to the creator of Email Designer. This plugin is truly amazing! 🌠😻

My problem comes from the installation of Email Designer: I can no longer modify Shiper email in Settings > Email templates I'm looking to change no-reply@strapi.io to noreply@website.com (email valid) on the Email Templates page. When I try to modify the email using the form, I get an error that tells me in the console: "Invalid template"

I have the impression that Email designer has changed the default template for the Email.template.reset_password and Email address confirmation pages. the problem is that Email designer does not allow modifying the sender's email. Therefore I am stuck with no-reply@strapi.io while I would like to have noreply@website.com...

If you ever have any idea how to solve the problem. that would be great ! 👍

AthorusDigital commented 1 year ago

The solution is to replace the Message content generated by Email Designer in Settings > Email templates with a temporary word in the Message field (or Strapi’s default template), and modify the Sender’s E-mail field. Then click on Finish.

It works ! :heart_eyes_cat:

Then we can go back to Email Designer and find the template that we had deleted. By redisplaying it on Email Designer, it will reactivate in the Message part of Settings > Email templates