Are you sure you didn't forgot the uncomment this line in PHP.INI ? :
[mail function]
; For Win32 only.
SMTP = mailserver.com ; specify here your SMTP server
"Rodney" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> I'm new to php. I'm having trouble
If the mail function doesn't work - PHP may never give you an error message.
It may just hang.
Many providers don't let their SMTP servers accept relays. This is needed
for the PHP mail() function to work.
--
http://www.webmastersdog.com
where website own
"Rodney" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> I'm new to php. I'm having trouble making the mail function work.
> I wrote a simple mail script that supports mail delivery when a user
> fills out a form. It's not working.
>
> The editor tel