On Sun, 2007-06-17 at 12:56 +0100, Stut wrote: > tedd wrote: > > > > $headers ='From: "Larry, Curly and Moe"<info@xxxxxxxxxx>')>\n"; > > $headers .= 'Reply-to: "Moe"<justmoe@xxxxxxxxxx>' >\n"; > > Strictly speaking, those line endings should be \r\n. While I agree with you that it "should" be \r\n, I've found I get more consistent results when I use just \n and things get borked when I use \r\n. I'm using postfix, maybe it's buggy :| Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php