Posted By


Anthony on 07/09/08

Tagged


Statistics


Viewed 317 times
Favorited by 1 user(s)

.NET SMTP Mail Server


/ Published in: XML
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. <system.net>
  2. <mailSettings >
  3. <smtp>
  4. <network host="SERVER_NAME"/>
  5. </smtp>
  6. </mailSettings>
  7. </system.net>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.