email not working?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
10/20/2009 5:20:11 AM
Gravatar
Total Posts 16

email not working?

Hi,

I have tried to set up a contact form on my mojoportal installations, and none of them work?

this is my setup

windows server 2008

iis 6 simple mail transfer server

sql express

 

Now the strang thing is I have 2 seperate mojo portal intallations, and both reside on the same server and have the same settings in the web.config file, yet one works and the other doesnt?

 

here are my settings:

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

<add key="SMTPServer" value="localhost" />

<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="30000" />

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

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

 

 

<mailSettings>

<smtp from="noreply@xxxxxx.co.uk"> host="localhost" port="25" password="" userName="" />

<network

</smtp>

</mailSettings>

Any help as to why one works and the other doesnt would be great!

 Thanks

Ian

p.s. sorry i put this in the wrong forum

10/20/2009 6:09:54 AM
Gravatar
Total Posts 18439

Re: email not working?

see answer on this thread.

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