From: [EMAIL PROTECTED]
Operating system: Windows
PHP version: 4.0.5
PHP Bug Type: Feature/Change Request
Bug description: SMTP: mail() the fifth parameter
It will be real handy if ...
mail() allows smtp specification in the new fifth parameter of mail()
mail("[EMAIL PROTECTED]",
"the subject",
$message,
"From: webmaster@$SERVER_NAME",
"smtp.aol.com");
If you think about it, Perl's smtp.pm when it was created did just this first.
http://www.faqs.org/rfcs/rfc2821.html talks about it this type of portability
somewhere.
--
Edit Bug report at: http://bugs.php.net/?id=10629&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]