EMail Settings

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
1/31/2018 5:30:58 PM
Gravatar
Total Posts 8

EMail Settings

  Hi   My version is Mojoportal 2.5 and couldnt see a place where i can configure SMTP settings....

On the installation documents you wrote 

"Several features of mojoPortal content management system send email messages, and for these features to work you must configure an SMTP server in Administration > Site Settings > Email Settings"

but  i couldnt found  such place....

2/1/2018 3:37:03 PM
Gravatar
Total Posts 2239

Re: EMail Settings

Hi,

The paragraph after the one you quoted mentions that the email settings were in the web.config file prior to mojoPortal 2.6. 

Prior to mojoPortal 2.6, it was possible to configure email settings in the Site Setting but, by default, the settings were configured in the user.config. If you upgraded your site to mojoPortal 2.6 and want to configure your Email Settings in the Site Settings, open your user.config and add the following, then touch the web.config to restart your site. Note that once you set this to true the rest of the SMTP settings in user.config are ignored and the settings that you create in Site Settings will be used.

If you follow the instructions, you'll be able to see the SMTP settings in your Site Settings.

Thanks,
Joe

2/2/2018 5:32:53 AM
Gravatar
Total Posts 8

Re: EMail Settings

Great !Thank you...

Email working like acharm now,,, My ver is 2.5   and I just added 

<add key="EnableSiteSettingsSmtpSettings" value="true" />

code in my user config and mail settings page appeared on sitesettings 

 

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