Hi
I'm trying to make may exchange server work with the web.config but it wont
<mailSettings>
<smtp deliveryMethod="Network">
<network host="mail.servername.com" port="25" userName="groupname\web" password="my password" defaultCredentials="false" />
</smtp>
</mailSettings>
can anyone help me please?
Go to the complete details ...