Where to place the email settings in web.config in ASP.NET MVC? January 14, 2014 by Sunny Sharma <!– Add the email settings to the element –> <system.net> <network host=”relayServerHostname” port=”portNumber” userName=”username” password=”password” /> </system.net> …