remove message logging
This commit is contained in:
parent
408015cc2a
commit
3c172f8e70
@ -46,7 +46,7 @@ class ComplaintController extends AbstractController
|
|||||||
$email->getHeaders()->addTextHeader('X-Auto-Response-Suppress', 'OOF, DR, RN, NRN, AutoReply'); //Tell autoresponders to not reply
|
$email->getHeaders()->addTextHeader('X-Auto-Response-Suppress', 'OOF, DR, RN, NRN, AutoReply'); //Tell autoresponders to not reply
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
$log->debug($mailer->send($email)->toString());
|
$mailer->send($email);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
catch ( Error $e)
|
catch ( Error $e)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user