You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An idea should be create interfaces and services to plug the way to send emails. I like the Provider Structured created in Laravel https://laravel.com/docs/5.8/mail
Things to think
A structure to generate templates in html/pug
Create a way to easily implement an email sender like a Plugin
Create Implemented Senders like SendGrid or Amazon SES that receives some parameters and already provides a flash start
An idea should be create interfaces and services to plug the way to send emails. I like the Provider Structured created in Laravel https://laravel.com/docs/5.8/mail
Things to think
A structure to generate templates in html/pug
Create a way to easily implement an email sender like a Plugin
Create Implemented Senders like SendGrid or Amazon SES that receives some parameters and already provides a flash start
We can create the concept of interfaces and adapters, so we leave it free to use any plugin you want, but at the same time we have already implemented an adapt of one of our choice.
No description provided.
The text was updated successfully, but these errors were encountered: