Hi Brad, > Hi all... I have a line in a page that should send me an email when the page > is loaded. > mail("[EMAIL PROTECTED]", "worked", "Line 1\nLine 2\nLine 3"); > when i load the page...i get NO error msgs, but the function does not send > the mail. There is no record of any activity in the mail log...any ideas...
If your server is not a *nix box you need to separate headers with CRLF (Win) or CR (Mac). What does php.ini say in the mail section? Simplify the msg right down to the barest minimum, get it to work, then start adding... =dn -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php