Hello Imar,
I have a question about sending emails. I am using the following code in the web.config file :
Code:
<smtp deliveryMethod="Network">
<network host="smtp.youprovider.com" userName="username" password="password"/>
</smtp>
My question is about the password, it will be displayed and everyone who will open the web.config file in the production server will be able to see it.
Is there any solution for that ?
Thanks in advance.