aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/EmailSend
Commit message (Collapse)AuthorAgeLines
* Better handle replies to bounce addresses.Matthew Somerville2016-02-23-18/+17
| | | | | | | | | | Auto unsubscribe alert bounces, forward on report bounces and alert replies to support, and send through to report creator non-bounce replies to their report (for systems that ignore both the From and Reply-To headers). Also forward any totally unparsed bounce to support to possibly then adjust this bounce handling.
* Use same handling for cron and non-cron email.Matthew Somerville2015-01-13-0/+18
This means that e.g. SMTP authentication is used when set up by all emails, not just non-cron ones. Fixes #988.