liam1412
Oct 2nd 2007, 5:32 pm
Hi
I am working on a site for a client in the US. I have a simple mail(); query that sends out the activation e-mail. When she signs up in the US it works fine but I have tried my btinternet, hotmail and my work account and it doesn't work here. What is that about then??
Here is the mail() request.
$sendmail = mail($email, 'Promoteproxy.com - Helpdesk Request', 'You have recieved the following helpdesk query<br /><br /><b>Name</b> - '.$name.'<br /><br /><b>Email Addy</b> - '.$useremail.'<br /><br ><b>Subject</b> - '.$subject.'<br /><br /><b>Query</b><br /><br />'.$query.'<br /><br />Thanks', "From: noreply@promoteproxy.com <noreply@promoteproxy.com>\n" . "MIME-Version: 1.0\n" . "Content-type: text/html; charset=iso-8859-1");
I am working on a site for a client in the US. I have a simple mail(); query that sends out the activation e-mail. When she signs up in the US it works fine but I have tried my btinternet, hotmail and my work account and it doesn't work here. What is that about then??
Here is the mail() request.
$sendmail = mail($email, 'Promoteproxy.com - Helpdesk Request', 'You have recieved the following helpdesk query<br /><br /><b>Name</b> - '.$name.'<br /><br /><b>Email Addy</b> - '.$useremail.'<br /><br ><b>Subject</b> - '.$subject.'<br /><br /><b>Query</b><br /><br />'.$query.'<br /><br />Thanks', "From: noreply@promoteproxy.com <noreply@promoteproxy.com>\n" . "MIME-Version: 1.0\n" . "Content-type: text/html; charset=iso-8859-1");