> Hi...anybody can help me about sending email directly using local smtp
port
> (25). I've read some articles, still, i don't have a clear explanation.
i.e
> : some using \n to separate between each header, but others use \r\n.

The ones using \n haven't read the spec very carefully, and are using Un*x
mail servers that are forgiving.

The ones that use \r\n either read the spec, or are using very rigid
unforgiving Microsoft products.

Use the \r\n ones if you care about portability.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General 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]

Reply via email to