aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Email
Commit message (Collapse)AuthorAgeLines
* Upgrade to using Email::Sender.Matthew Somerville2017-03-28-0/+50
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