Skip to content

DevsDaily

@theDevsDaily🐦

  • Home
  • Azure
  • C#
  • CSS
  • MongoDB
  • HTML5
  • .NET
  • C# Corner

web.config

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>      …  

Categories ASP.NET, MVC, web.config Leave a comment

Recent Posts

  • Kafka for .NET Core: A Comprehensive Guide to Event-Driven Messaging
  • az login error: Authentication failed against tenant * ‘Default Directory’: (pii)
  • Propeller: The Open-Source Solution Revolutionizing Real-Time Communication
  • 21 Essential Tips for Writing Clean Code in C# (.NET)
  • Understanding Entity, Model, ViewModel, and DTO, in C#
© 2025 DevsDaily • Built with GeneratePress