Brad,

> Yep it is a linux box.

Ok, seeing that's 'sweet', go for "KISS"!
See earlier comments about simplifying and once 'plain vanilla' is
working, add back the optional headers/multiple lines, etc. Will be
easier to work out what's breaking things, and then address that issue.

Regards,
=dn


> >> 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...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to