Hi,
I've deployed AspDotNetStorefront for a site, and been maintaining, and learning it as I go.
Recently, two customers forgot their e-mails and tried to reset them. But they never received their e-mails.
I went into the back-end, and did the following:
- tested the mail server (everything shows testing works)
- attempted to update their e-mail normally in their profile (received an error below)
- created a test user for myself, and tried to reset my own password (received an error below)
The Customer's Password Has NOT Been Changed!!! You do not have your mail server AppConfigs setup, so we did NOT change the password, because there would be no way to communicate it to the customer!Mail Error occurred - Exception=Mailbox unavailable. The server response was: 5.7.1 Unable to relay for myemailaddress@myemailaddress.com<br />
I did these actions based on this response from the forums .
I'm looked through the forums for a solution... I don't think I've done anything to install or setup WSI (not really sure what that is). In the web-config file those areas are still commented out.
In the end, I went through MS SQL and updated their password via SQL, made them "registered" and not locked. Hey, I had to get the job done somehow. But due diligence for me means going back and figuring out why the system isn't working in the first place.
I AM a developer though, both web and software so I understand code thoroughly. I'm not sure where error output would be or why it thinks it can't send to my gmail. Again, I've tested the mail server... but somehow resetting the password somehow gets tripped up in the e-mail part.
Any advice?
Reply With Quote