I've installed a game on my server, but it wants to email new registrants. 
When it attempts this the following error is displayed:

Warning: mail() [function.mail]: Failed to connect to mailserver at 
"localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini 
or use ini_set() in 
C:\XAMPP\xampplite\htdocs\nitefly\dragon\dk1110\users.php on line 239.

The relevant parts in php.ini may be:

[mail function]
; For Win32 only.
SMTP = localhost

; For Win32 only.
sendmail_from = [EMAIL PROTECTED]

but I'm danged if I know what to do with that. Any help would be 
appreciated. 

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

Reply via email to