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
I think it would be nice if clojurewerkz mailer implemented a safe mail mode in which a white listed set of email addresses are sent emails too and the rest are re-written so that a different email address receives those emails.
This is useful for development and staging environments where you want to deliver emails but you don't want to accidentally deliver a real user. There are some libraries that do that in other programming languages already, like: https://github.com/myronmarston/mail_safe
I think if this feature is implemented directly into mailer it'll be much cleaner and safer than a wrapper.
The text was updated successfully, but these errors were encountered:
I think it would be nice if clojurewerkz mailer implemented a safe mail mode in which a white listed set of email addresses are sent emails too and the rest are re-written so that a different email address receives those emails.
This is useful for development and staging environments where you want to deliver emails but you don't want to accidentally deliver a real user. There are some libraries that do that in other programming languages already, like: https://github.com/myronmarston/mail_safe
I think if this feature is implemented directly into mailer it'll be much cleaner and safer than a wrapper.
The text was updated successfully, but these errors were encountered: