Home | About Us | Services | Recent Work | Website Hosting | Buy Domain | Contact Us | Tech-Support


Sample CDONTS mail script


Set objsendmail = Createobject ("CDONTS.Newmail")

With objsendmail
     .From = "webmaster@indian-seo.com"
     .To = "support@indian-seo.com"
     .Subject = "Greetings"
     .Body = "How have you been?"
     .Send
End With

Set objsendmail = Nothing

 
Copyright © 2005-2007. Indian SEO All rights reserved.