ColoredCow / campaigns

Platform to launch email campaigns through AWS SES or Mandrill.
6 stars 0 forks source link

Research on mail template builder #21

Open Satendra-SR opened 3 years ago

Satendra-SR commented 3 years ago

For now, we don't have a mail template builder, and relying on TinyMCE is not sufficient. We need to figure out a new template builder for email-campaigns.

Satendra-SR commented 3 years ago

1. MailEclipse: Laravel Mail Editor Package

Shortcomings: The customization scope is quite less. Demo: https://www.youtube.com/watch?v=QFgEGNBY3FI&t=135s

Satendra-SR commented 3 years ago

2. Snowfire/Beautymail

Related article: https://medium.com/justlaravel/how-to-send-beautiful-html-emails-with-laravel-using-beauty-mail-724b6510717c

Satendra-SR commented 3 years ago

3. KEditor: Query Based Content Editor and Layout Builder.

Reference: https://www.jqueryscript.net/other/jQuery-Based-Content-Editor-and-Layout-Builder-KEditor.html Demo: https://www.jqueryscript.net/demo/jQuery-Based-Content-Editor-and-Layout-Builder-KEditor/

Satendra-SR commented 3 years ago

4. CKEditor

Demo: https://ckeditor.com/ckeditor-5/demo/

Satendra-SR commented 3 years ago

@rathorevaibhav I researched a few packages which can be helpful for us. I've posted the research above. Please have a look.

rathorevaibhav commented 3 years ago

This one is also interesting but is in React:

React mail editor https://www.npmjs.com/package/react-email-editor Demo link: https://react-email-editor-demo.netlify.app/

pokhiii commented 3 years ago

MohitG also did some research and integrated a cool editor in one of the client's projects. @mohitgusain Can share that one too here?