Al Pascual


Geo RSS
Geo Twitter Timeline

Blogs I read

<July 2008>
SunMonTueWedThuFriSat
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

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

Leave a Comment

(required) 

(required) 

(optional)

(required) 


Protected by FormShield
Refresh
Listen
Please enter the characters shown on the image


Code: