I'm writing a password recovery page. In ASP.NET configuration page -> Application -> Configure SMTP Settings, I set the information as Server Name: smtp.myDomain.com Server Port: 25 From: [email protected] Authentication: Basic Sender's user name: [email protected] Sender's password: XXXXX When open the web page and run it, I got following error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond ... I am able to send email from [email protected] manually, is there anything else I should add or change in configuration page, or somewhere else? Thanks
You will want to use use your SMTP server as "localhost" instead of SMTP.YOURDOMAIN.Com If you have not already, you may want to take a look at the following KB article HERE
Thanks a lot. This time I got the message "Your password has been sent to you." But I didn't receive anything in my email box. I tried all my email account but none of them could receive emails with password... Is there anything more I should change?