send mail error

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
10/30/2009 5:59:16 AM
Gravatar
Total Posts 1

send mail error

hi
i'm use mojo portal v 2.3.1.3 MSSQL ,on win 2003

when i test my mail config by recovery password i take a error:
2009-10-30 13:34:40,943 ERROR mojoPortal.Web.UI.Pages.RecoverPassword - unable to send password recovery email. Please check the system.net MailSettings section in web.config
System.Net.Mail.SmtpException: The operation has timed out.
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   at System.Web.UI.WebControls.LoginUtil.SendPasswordMail(String email, String userName, String password, MailDefinition mailDefinition, String defaultSubject, String defaultBody, OnSendingMailDelegate onSendingMailDelegate, OnSendMailErrorDelegate onSendMailErrorDelegate, Control owner)

 

my email config is:

<add key="DisableDotNetOpenMail" value="false" />
    <add key="SMTPServer" value="smtp.gmail.com" />
    <add key="SMTPRequiresAuthentication" value="true" />
    <add key="SMTPUseSsl" value="true" />
    <add key="SMTPPort" value="465" />
    <add key="SMTPUser" value="mail.ebayict@gmail.com" />
    <add key="SMTPPassword" value="****" />
    <add key="SMTPTimeoutInMilliseconds" value="100000" />
    <!-- leave this blank for ascii encoding -->
    <add key="SmtpPreferredEncoding" value="utf-8" />

and

<system.net>
    <mailSettings>
      <smtp from="mail.ebayict@gmail.com">
        <network host="smtp.gmail.com" port="465" password="*****" userName="mail.ebayict@gmail.com" />
      </smtp>
    </mailSettings>
  </system.net>

10/30/2009 2:02:40 PM
Gravatar
Total Posts 18439

Re: send mail error

Hi,

http://www.mojoportal.com/emailconfiguration.aspx

I don't think that is the correct port for gmail.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.