* Thus wrote Keith Aldridge ([EMAIL PROTECTED]):
> New to php, can't see the problem with mail().
> 
>  
> 
> Server running 4.0.0
> 
> Path to sendmail: /var/sbin/sendmail

Please don't double/quad space, it makes things hard to read

> ...
> 
> if (mail($to, $subj, $body)) {
> 
>             echo ("Successful send");
> ...
> 
> any / all suggestions would be greatly appreciated, I'm having no luck
> with tech support at the ISP.

any suggestions for what? 

The only thing i have to say is that mail() return's success when
the MTA (sendmail) has succesfully accepted the message. and not
necessarily that it was sent to the recipient.

Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

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

Reply via email to