Q:
If I'm not on the server that is to be used to send the email, how can I configure PHP 
to send from a certain server?
thanks all
 
Warning: Server Error in c:\program files\apache 
group\apache\htdocs\sonicmailer\sonicadmin.php on line 276

and line 276 is
mail($address, stripslashes($subject), $finalbody, $mailheaders);

and it's not sending the email.
The variables are OK, 
$mailheaders=From: blah Reply-To: [EMAIL PROTECTED]


Reply via email to