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 Mail Provider #3967

Closed
meetmandeep opened this issue Aug 8, 2020 · 0 comments · Fixed by #3969
Closed

Implement Mail Provider #3967

meetmandeep opened this issue Aug 8, 2020 · 0 comments · Fixed by #3969

Comments

@meetmandeep
Copy link
Contributor

Description of problem

Currently, DNN does not implement a provider model for sending out mail. Sending email via SMTP is a slow process and does not allow API integrations with other services such as SendGrid or Amazon SES.

Description of solution

Implement a provider model for Mail so it can be easily switched out to a different provider to meet custom business needs. The existing code is refactored into CoreMailProvider extending the MailProvider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant