aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/EmailSend/Variable.pm
Commit message (Collapse)AuthorAgeLines
* Upgrade to using Email::Sender.Matthew Somerville2017-03-28-17/+0
| | | | | | | | | | Email::Send is long deprecated and uses submodules that no longer work correctly (e.g. Net::SMTP::TLS breaks with recent IO::Socket::SSL). We create an Email::Sender subclass to perform the same functionality and this also simplifies the email code with simpler envelope handling. Bundle Email::Sender::Transport::SMTP to include fix from https://github.com/rjbs/Email-Sender/issues/46
* Better handle replies to bounce addresses.Matthew Somerville2016-02-23-0/+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.