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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: