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