Need someone to help me figure out why i can't send mail from Dolphin.
I can send to and from the server outside of script no problem.
running windows 2003, apache, hMailServer
php.ini:
[mail function]
; For Win32 only.
SMTP = localhost (have tried domain name)
smtp_port = 25
header.inc.php
$site['email'] = "info@lightcastgroup.com";
$site['email_notify'] = "info@lightcastgroup.com";
$site['bugReportMail'] = "info@lightcastgroup.com";
get:
Warning: mail() [function.mail]: SMTP server response: 550 Delivery is not allowed to this address. in C:\xampp\htdocs\inc\utils.inc.php on line 422