Changing Reply-to email address
Posted: Fri Apr 19, 2013 10:23 pm
Script URL:
Version of script: 2.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: reply-to, header, reply-to header
Write your message below:
Hi there,
I would like to change the email header info in submit_ticket.php to be the email address of the person who submits the ticket for the email sent to staff. I have tried changing:
$headers.= "Reply-to: $hesk_settings[noreply_mail]\n";
to variations of:
$headers.= "Reply-to: $_POST['email']\n";
or:
$headers.= "Reply-to: $tmpvar['email']\n";
No luck so far, does anyone know if this can be done?
Many thanks in advance, James
Version of script: 2.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: reply-to, header, reply-to header
Write your message below:
Hi there,
I would like to change the email header info in submit_ticket.php to be the email address of the person who submits the ticket for the email sent to staff. I have tried changing:
$headers.= "Reply-to: $hesk_settings[noreply_mail]\n";
to variations of:
$headers.= "Reply-to: $_POST['email']\n";
or:
$headers.= "Reply-to: $tmpvar['email']\n";
No luck so far, does anyone know if this can be done?
Many thanks in advance, James