Bootstrap FreeKB - MVC - Send an email
MVC - Send an email

Updated:   |  MVC articles

First, add the following to your web.config file.

  <system.net>
    <mailSettings>
      <smtp>
        <network host="your.smtp.pb.com" port="25" />
      </smtp>
    </mailSettings>
  </system.net>

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 8bc42a in the box below so that we can be sure you are a human.