ID: 10629
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Feature/Change Request
Operating System: Windows
PHP Version: 4.0.5
New Comment:
for sure :) it was kick ass!
Previous Comments:
------------------------------------------------------------------------
[2001-05-03 04:04:33] [EMAIL PROTECTED]
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 first created did
just this. http://www.faqs.org/rfcs/rfc2821.html even talks about this
type of portability somewhere.
------------------------------------------------------------------------
[2001-05-03 03:59:08] [EMAIL PROTECTED]
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 this bug report at http://bugs.php.net/?id=10629&edit=1