how can i send email from localhost
Posted: Tue May 06, 2008 8:42 am
my settings top of php :
i take this error :
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");Code: Select all
Warning: mail() [function.mail]: SMTP server response: 553 Sorry, that domain isn't in my list of allowed rcpthosts.