From b26da0da5e1f8631646a34fdacbce9bb5bc3b706 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 17 Mar 2017 22:18:45 +0000 Subject: Upgrade to using Email::Sender. 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 --- perllib/FixMyStreet/App/Model/EmailSend.pm | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 perllib/FixMyStreet/App/Model/EmailSend.pm (limited to 'perllib/FixMyStreet/App/Model/EmailSend.pm') diff --git a/perllib/FixMyStreet/App/Model/EmailSend.pm b/perllib/FixMyStreet/App/Model/EmailSend.pm deleted file mode 100644 index 93751d4a6..000000000 --- a/perllib/FixMyStreet/App/Model/EmailSend.pm +++ /dev/null @@ -1,19 +0,0 @@ -package FixMyStreet::App::Model::EmailSend; -use base 'Catalyst::Model::Factory'; - -use strict; -use warnings; - -=head1 NAME - -FixMyStreet::App::Model::EmailSend - -=head1 DESCRIPTION - -Catalyst Model wrapper around FixMyStreet::EmailSend - -=cut - -__PACKAGE__->config( - class => 'FixMyStreet::EmailSend', -); -- cgit v1.2.3