In a fresh installation of EE 1.6.0 on IIs 6.0 / MySQL 5.0.41 / PHP 5.2.3 I cannot get Email configuration correct. My attemts are as follows:
—————————————
#1
In a browser running on our Win2003-server hosting EE I configured CP Home › Admin › System Preferences › Email Configuration like this:
SMTP: smtp.innovia.dk (this is a remotely hostet smtp-server, ie not on our LAN)
u: sm@innovia.dk
pw: xyzwq
From CP Home › Communicate I tried to send an email.
Result: Infinite wait with this text in the bottom of Firefox : “Waiting for bib.zeos.innovia.dk…” (this is EE’s root)
———————————————-
#2
To test the good functioning of ‘smtp.innovia.dk’ I used Outlook Express on the Win2003-server and configured outgoing mail exactly as in #1,
A test-mail was sent: Fine
——————————————-
#3
To be absolutely sure about correct about smtp-transport I configured a local SMTP-server (part of IIS on the Win2003-server) relaying to the remote SMTP server from #1. Paramters were:
smart host: smtp.innovia.dk
outbound security: u=sm@innovia.dk pw: xyzwq
I testet by throwing a simple txt-file containing from, to, and subject lines into C:\Inetpub\mailroot\Pickup.
It worked fine.
——————————————————
From this I conclude that smtp.innovia.dk is a fine smtp-server and the problem must be connected to EE. So the question is: What can I do to make EE’s mail configuration work?
