On Sunday 11 July 2004 08:33, Joao Gomes wrote:

> I am a beginner in php and I am trying to send emails from my machinne, I
> dont have any mail server installed in my computer (e.g. sendmail), btw i
> am running Windows XP, i wrote this script:

[snip]

> and changed the php.ini to:
>
> [mail function]
> ; For Win32 only.
> SMTP = [EMAIL PROTECTED]

SMTP (ie SMTP server) should be of the form: xxx.domain.tld, ie you should not 
have "smtp@" in there.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Death is God's way of telling you not to be such a wise guy.
*/

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

Reply via email to