Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement email sending service #44

Open
samihenrique opened this issue Oct 14, 2019 · 2 comments
Open

Implement email sending service #44

samihenrique opened this issue Oct 14, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@samihenrique
Copy link

No description provided.

@taciomedeiros
Copy link
Member

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

@taciomedeiros taciomedeiros added the enhancement New feature or request label Oct 15, 2019
@samihenrique
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants