Hi 

Use phpinfo() to check that you are using the php.ini from the directory
you think you are, and not from C:\Windows or some other path with
higher priority..

> The part of php.ini which is about mail-function:
> 
> [mail function]
> ; For Win32 only.
> smtp = mail.hmn
> smtp_port = 25
> sendmail_from = HMN Webserver <[EMAIL PROTECTED]>

Windows doesn't like that format for the from field.  Use [EMAIL PROTECTED] only
without the name in front.
--
Niel Archer

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

Reply via email to