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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.