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
{{ message }}
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
Though we only need raw SMTP support to launch, we'll may want to be able to switch between various delivery strategies in the future: console logging (testing), raw SMTP, specialized APIs like Amazon SES, SendGrid, etc.
We should:
Define an interface that delivery strategies must implement
Implement a console logging strategy that does not actually send mail
Implement a strategy that uses SMTP to send messages
Allow strategies to be selected via a configuration file
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Though we only need raw SMTP support to launch, we'll may want to be able to switch between various delivery strategies in the future: console logging (testing), raw SMTP, specialized APIs like Amazon SES, SendGrid, etc.
We should:
The text was updated successfully, but these errors were encountered: