mail not send after registration

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.
8/26/2008 7:15:06 AM
Gravatar
Total Posts 26

mail not send after registration

 

hi joe

this is viren

i hav successfully installed mojoportal & i like it very good software..

but currently i m facing a problem tht i want user should confirm his login after email send by system..but user is not receiving any mail fom our side '

my current settings are

<add key="SMTPServer" value="mail.pyxis-it.com" />
<add key="SMTPRequiresAuthentication" value="true" />
<add key="SMTPUseSsl" value="false" />
<add key="SMTPPort" value="25" />
<add key="SMTPUser" value="UserName" />
<add key="SMTPPassword" value="UPassword" />
<add key="SMTPTimeoutInMilliseconds" value="15000" />
<!-- leave this blank for ascii encoding -->
<add key="SmtpPreferredEncoding" value="" />

help me with this what can i do

i want to send mail from

virendra.r@pyxis-it.com

plz help me with this....

 

 

 

8/26/2008 7:35:33 AM
Gravatar
Total Posts 18439

Re: mail not send after registration

Hi Viren,

As documented here:
http://www.mojoportal.com/emailconfiguration.aspx

There are 2 places where you need to enter the smtp settings, you only set one of them. You need to also make settigs in system.net mailsettings section of web.config

New user email confirmation, password recovery and a few other things (things built into ASP.NET) use the settings from system.net mailsettings section.

Hope it helps,

Joe

ps: please, do me a favor and stop doube posting your questions in more than one forum. I do not like having to answer the same question in 2 places and if I only answer one of them it makes it look like I didn't answer.

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