"Vishak K Tomy" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
> I tried to send mail through the mail function but it is not
> working. I am using php version 3.0.12 under linux, following is the
> code I used to send mail.
> So what is the problem with it, any body please solve this.
>
> Regards
> Vishak

Hi

mail() uses the SMTP service running on localhost...errr... on the same
computer as the web service is running. So if there is no smtp service on
localhost, mail() won't work.
You must get SMTP libraray and use it to connect to some other server and
send the message. It's really simple and easy to come by.





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

Reply via email to