forked from audrey/intranet
old TODO removed
This commit is contained in:
parent
6d31718ce2
commit
39cc0cd6d3
@ -39,7 +39,7 @@ class ComplaintController extends AbstractController
|
||||
{
|
||||
$email = (new Email())
|
||||
->from(new Address('noreply@jv.com', 'Anonymous'))
|
||||
->to($_SERVER['COMPLAINT_RECIPIENT_ADDRESS']) //Send to me for testing purposes. TODO: change to chris@jv.com
|
||||
->to($_SERVER['COMPLAINT_RECIPIENT_ADDRESS'])
|
||||
->subject('Anonymous Contact Form')
|
||||
->text($message);
|
||||
$email->getHeaders()->addTextHeader('X-Auto-Response-Suppress', 'OOF, DR, RN, NRN, AutoReply'); //Tell autoresponders to not reply
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user