I need help with PHP code
#10

You did not add sufficient headers to the email, it requires more then just the "From:". Try this header:

PHP код:
$headers 'From: your_email@yourhost.com' "\r\n" .
    
'Reply-To: your_email@yourhost.com . "\r\n" .
    '
X-MailerPHP/' . phpversion(); 
Send an email with the following function:

PHP код:
mail($to$subject$body
Reply


Messages In This Thread
I need help with PHP code - by Nenad - 08.01.2012, 17:08
Re: I need help with PHP code - by [Diablo] - 08.01.2012, 17:15
Re: I need help with PHP code - by Nenad - 08.01.2012, 17:23
Re: I need help with PHP code - by Kwarde - 08.01.2012, 17:36
Re: I need help with PHP code - by TheJayMan - 08.01.2012, 17:44
Re: I need help with PHP code - by Nenad - 08.01.2012, 17:49
Re: I need help with PHP code - by Deagle[WS] - 08.01.2012, 18:21
Re: I need help with PHP code - by BlackBank - 08.01.2012, 19:23
Re: I need help with PHP code - by Nenad - 08.01.2012, 20:57
Re: I need help with PHP code - by Sinner - 08.01.2012, 21:23

Forum Jump:


Users browsing this thread: 1 Guest(s)