From 8f695e657e4f97cbf9ebbf99c3c2dd24bb9aea2f Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Thu, 29 Jan 2015 18:00:36 -0600 Subject: RT#30613: Can't Send E-mail --- FS/FS/pay_batch.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'FS/FS/pay_batch.pm') diff --git a/FS/FS/pay_batch.pm b/FS/FS/pay_batch.pm index 3079db1..fcf1a5a 100644 --- a/FS/FS/pay_batch.pm +++ b/FS/FS/pay_batch.pm @@ -749,10 +749,7 @@ sub import_from_gateway { my $body = "Import from gateway ".$gateway->label."\n".$error_text; send_email( to => $mail_on_error, - from => $conf->config('invoice_from_name') ? - $conf->config('invoice_from_name') . ' <' . - $conf->config('invoice_from') . '>' : - $conf->config('invoice_from'), + from => $conf->invoice_from_full(), subject => $subject, body => $body, ); -- cgit v1.1