Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
How do I set the file web.config to send notifications emails?
Thank you
Marcella
Configure the following part in the web.config:
<system.net> <mailSettings> <smtp> <network host="SMTPSERVER_IP_ADDRESS" /> </smtp> </mailSettings></system.net>
If your SmtpServer needs credentials you can configure them like described here
hth, Thomas
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
web.config for email setting
Hi
How do I set the file web.config to send notifications emails?
Thank you
Marcella
Configure the following part in the web.config:
If your SmtpServer needs credentials you can configure them like described here
hth, Thomas
is working on a reply...