Quote:
Originally Posted by John
When using the mail function, the From header must be set. If you do not explicitly set it, it will use the server's default [prs.ionicware.com]. You can set it either by
PHP Code:
$headers = 'From: webmaster@example.com' . "\r\n";
mail($to, $subject, $message, $headers);
or by defining the the sendmail_from directive in your personal php.ini file.
|
Bump, Jordan, remember my problem? lol