I have V3 on the same server which sends messages to SMTP Server correctly. if the two softwares are the same, why one commiunicates while the other can not.
I opened SMTP Email icon of IIS7 and it issues error on invalid deliveryMothod attribute, So I changed it to Netwrok and then it worked (Display Settings in a form.
But it seems you must change this code in Web.config
<smtp deliveryMethod="network"
But this is IIS & issue, My question remains :
Why my V3 works with SMTP and V3.1 works with Visual Studio Debugger, Both on the same server.
Bahram
|