Compare commits
1 Commits
master
...
anonymous-
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ba65016d6 |
@ -45,7 +45,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)->toString();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
catch (TransportExceptionInterface $e)
|
catch (TransportExceptionInterface $e)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user