Newsletter Configuration

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
10/27/2008 6:45:35 PM
Gravatar
Total Posts 180
Thomas F. Heringer

Newsletter Configuration

For some reason I am now having trouble with my Newsletter feature on my website. It worked fine through several upgrades, but this last one it no longer is mailing. I have checked all of the config settings and the only ones I am not sure of are below:

<add key="SMTPRequiresAuthentication" value="false" />
<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" />

If these do have to be set specifically, then what information do I need. The other key's already have information in them set by my host.

Thanks

10/28/2008 5:33:38 AM
Gravatar
Total Posts 18439

Re: Newsletter Configuration

Those settings all depend on the mail server and account you are using. I have no way to tell you what they should be set to for your situation, but surely the username and password will have to be the email user and password that is to send the mail and has permission to relay through the smtp mail server. Newsletter uses the same settings as Contact Form so I would test if contact form is working as its easier to test repeatedly.

Email Configuration

Hope it helps,

Joe

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