Problems setting up email

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.
9/4/2009 3:01:46 PM
Gravatar
Total Posts 4

Problems setting up email

I can not get any of the email portions of mojoportal to work. Can some some tell me what I'm doing wrong.  I'm using webhostforasp.net as my host.  My website address is www.pmsphx.com. I have set up an email address web@pmsphx.com

When using 'Contact' mojo reports message sent but no email is sent.

Thanks Alan

<!-- ******* email settings

Note you also need to specify smtp settings further below in system.net section the settings here appply to features but

the settings in the system.net.mailsettigns section are used by site registration and password recovery -->

 

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

<add key="SMTPServer" value="smtp.mail.pmsphx.com" />

<add key="SMTPRequiresAuthentication" value="false" />

<add key="SMTPUseSsl" value="false" />

<add key="SMTPPort" value="25" />

<add key="SMTPUser" value="web@pmsphx.com" />

<add key="SMTPPassword" value="NOTSHOWN" />

<add key="SMTPTimeoutInMilliseconds" value="30000" />

<!-- leave this blank for ascii encoding -->

<add key="SmtpPreferredEncoding" value="" />

<!-- example for Russian encoding

<add key="SmtpPreferredEncoding" value="koi8-r" />

-->

<!-- ******* end email settings -->

<system.net>

<mailSettings>

<smtp from="web@pmsphx.com">

<network host="mail.pmsphx.com" port="25" password="NOTSHOWN" userName="web@pmsphx.com" />

</smtp>

9/7/2009 5:01:37 AM
Gravatar
Total Posts 34

Re: Problems setting up email

Maybe you could learn from my mistakes in setting up email.

See here: http://www.mojoportal.com/Forums/Thread.aspx?thread=3304&mid=34&pageid=5&ItemID=3

regards -Finnur

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