Re: Retrieve password
Hi Thanh,
That is not a problem with mojoportal. That means your smtp server refused to relay so you need to review your smtp server configuration.
If the smtp server is not on the same machine as the web server then it could be that it doesn't allow relaying from the web server.
Your smtp server could also be configured to only allow messages from a specific domain, in that case you should make the DefaultEmailFrom setting in the web.config has an email address that is allowed to relay.
Your smtp server could also be configured to restirct to only send messages to a specific domain.
I know that I get the same error on my development machine but it is not because of my smtp configuration, I have it set to allow relaying but my isp, Comcast, blocks all outbound traffic on port 25 to prevent spam. However it works fine in my hosted environment.
In any case mojoportal is trying to relay using the smtp server specified in the web.config file but the smtp server is rejecting the mail so it is not a bug in mojoportal but a configuration issue with your smtp server.
Hope it helps,
Joe