diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-28 16:07:57 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-28 16:07:57 +0100 |
commit | 959012b397c40638eaa62cd911f416f605043330 (patch) | |
tree | 6fcfd0325d02f89c12a83ceaea39966dfa3b454d /perllib/FixMyStreet/App/Model/EmailSend.pm | |
parent | c86fb4cfa6fdf62c5d0ba968b6fda7eb46c3d027 (diff) | |
parent | 2e94d363be99e83a24ed7b14c6dd00480b9afc93 (diff) |
Merge branch 'bromley'
Diffstat (limited to 'perllib/FixMyStreet/App/Model/EmailSend.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Model/EmailSend.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Model/EmailSend.pm b/perllib/FixMyStreet/App/Model/EmailSend.pm index 73086c65f..761856bde 100644 --- a/perllib/FixMyStreet/App/Model/EmailSend.pm +++ b/perllib/FixMyStreet/App/Model/EmailSend.pm @@ -35,7 +35,7 @@ elsif ( my $smtp_host = FixMyStreet->config('SMTP_SMARTHOST') ) { # Email::Send::SMTP $args = { - mailer => 'SMTP', + mailer => 'FixMyStreet::EmailSend', mailer_args => [ Host => $smtp_host ], }; } |