$sent=mail("[EMAIL PROTECTED]", $subject, $msg, $from);
if $sent==1 --> the e-mail was sent
if $sent==0 --> problem when sending e-mail??
how this works? When the function mail will have a problem?
if the "to" mail are wrong?
regards,
Augusto Cesar Castoldi
--
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]
- Re: [PHP] function mail Augusto Cesar Castoldi
- Re: [PHP] function mail Richard Lynch

