• 1-888-289-2246
  • 24x7x365 Presence

Sample code in ASP.NET for sending mail via a web form


Please use the example code below in ASP.NET. It always works on all our Windows servers (2003 & 2008).

http://support.microsoft.com/kb/555287
==================================================================================

    
   
       
           
                                         defaultCredentials=”false”
                         host=”mail.yourdomainname.com”
                         userName=”[email protected]
                         password=”password”/>
           

       

   

=============================================================================================================

]]>


Leave a Reply

Your email address will not be published. Required fields are marked *