how can i send email from localhost

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gxlrygt
Forum Newbie
Posts: 1
Joined: Mon Mar 17, 2008 7:59 am

how can i send email from localhost

Post 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.
Post Reply