flask-mail icon indicating copy to clipboard operation
flask-mail copied to clipboard

Added MAIL_CATCH_ALL config and associated tests

Open noirbizarre opened this issue 10 years ago • 0 comments

This pull request add a MAIL_CATCH_ALL configuration parameter allowing to configure a catch-all mailbox. If set, all outgoing mails will be sent to this single mailbox.

The original recipients will set as display name and if it already have one, it will be rewritten Display Name ([email protected]).

noirbizarre avatar Aug 20 '15 00:08 noirbizarre