Hi guys,
I'm trying to get my page to send an email to myself but not through my ISP just through the local host. I get this error
Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay
I just want the page to send an email from my computer to my computer but not sure how to do it. I'm running IIS, Mysql on Win XP.
Thanks,
Rob.
Cannot email using local host
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: Cannot email using local host
Looks like your smtp server is either being blocked or it's set up without localhost/127.0.0.1 as an allowed client.Dobson wrote:Hi guys,
I'm trying to get my page to send an email to myself but not through my ISP just through the local host. I get this error
Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay
I just want the page to send an email from my computer to my computer but not sure how to do it. I'm running IIS, Mysql on Win XP.
Thanks,
Rob.