Registration of e-mail templates

Asked

Viewed 30 times

1

I’m building a managerial website where it will have the option of sending email directly from the site itself. The shipping part is ready. I’m now looking for a way to create an email template to make it ready to send, so you don’t have to always type the same. I saw a template on a site and I would like to know how to do something similar I believe that create this template in html. I wonder if it is some API or some Javascript, to replicate on my site. Follows image below how I would like to implement. Cadastro de modelos de email

  • That sounds like "Ckeditior"

  • Usually when it’s on the front end and features of this type are javascript libraries

  • @Ricardopunctual, it helped me a lot I’m already implementing. Thank you!

  • The comments above are correct, initially you need to search for wysiwyg editors in javascript or even php, do not indicate you to try to build your own, you will need to save the contents of the template in the clob/blob field, when loading the editor vc injects in it the saved template, the user will be able to edit and after that would fit the code to send the edited content.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.