Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • marcella 5 posts 25 karma points
    Dec 04, 2009 @ 04:02
    marcella
    0

    web.config for email setting

    Hi

    How do I set the file web.config to send notifications emails?

    Thank you

    Marcella

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Dec 04, 2009 @ 08:31
    Thomas Höhler
    0

    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

  • Warren Besthorne 42 posts 62 karma points
    Oct 07, 2010 @ 21:16
    Warren Besthorne
    0
Please Sign in or register to post replies

Write your reply to:

Draft