NTM: How to send email using Exchange in ASP.NET
I always forget how to send emails using exchange, so I thought to put it on a post for me to find it when I need it.
<system.net><
mailSettings><smtp><
network host="exchangeServer" username=userName@mydomain.com password="password" /></smtp> </mailSettings></
system.net>Cheers
Al
Similar Posts
- Moved to Community Server 2007 and ORCS Web Hoster
- Best tool to build you social network on Twitter: FindNFollow.com
- How to make a post request to Twitter in C# to add people to follow


