We Recommend

Beginning XML Beginning XML
The perfect resource for beginning XML programmers, this guidebook shows you what XML is, how to use it, and what technologies surround it. The authors build on the strengths of previous editions while covering the latest changes in the XML landscape such as XQuery, RSS and Atom, and Ajax.


Posted By

Anthony on 07/09/08


Tagged

smtp config


Versions (?)


.NET SMTP Mail Server


Published in: XML 


This node is the at the first child level under in a .NET config file.

  1. <system.net>
  2. <mailSettings >
  3. <smtp>
  4. <network host="SERVER_NAME"/>
  5. </smtp>
  6. </mailSettings>
  7. </system.net>

Report this snippet 

You need to login to post a comment.