Retrieve password

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
5/31/2006 4:12:11 AM
Gravatar
Total Posts 19

Retrieve password

Hi,

I'm using mojo version 1.0.2

The sendpassword function does'n work.

Please, How can i fix that?

it shows error message "The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for ..."

How can we set SMTP server in mojo version 1.0.2

Thanks

Thanh

5/31/2006 4:43:17 AM
Gravatar
Total Posts 18439

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
You must sign in to post in the forums. This thread is closed to new posts.