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.
|
But that sets the email address it's emailed from right? (So if anyone presses reply it will reply to that email) but the mailed-by in GMail is not the from field. I already set the from field as my email.
Where is the php.ini?
Quote:
Originally Posted by phpforfun
Bump, Jordan, remember my problem? lol
|
What's that?