Page 1 of 1

how can i send email from localhost

Posted: Tue May 06, 2008 8:42 am
by gxlrygt
my settings top of php :

Code: Select all

ini_set("SMTP","smtpout.secureserver.net");
ini_set("smtp_port","80");
ini_set("auth_username","user@site.com");
ini_set("auth_password","pass");
i take this error :

Code: Select all

Warning: mail() [function.mail]: SMTP server response: 553 Sorry, that domain isn't in my list of allowed rcpthosts.