Return To Home Page - Link to "The Wanker" - Contact Us


Return To Home Page

Send Email Using QuickSoft EasyMail Objects from QuickSoft



<%
   Dim ObjSendMail
   Set ObjSendMail = Server.CreateObject("EasyMail.SMTP.6")
    
   ObjSendMail.MailServer = "mail.somesite.com"
   ObjSendMail.From = "someone"
   ObjSendMail.FromAddr = "someone@somesite.com"
   ObjSendMail.AddRecipient "somebodyelse" , "somebodyelse@somesite.com", 1
   ObjSendMail.BodyText = "your email body"
   ObjSendMail.Subject = "your subject"
  
 ObjSendMail.Send
  
   Set ObjSendMail = nothing

Banner
ASP (Active Server Pages) is a technology developed by Microsoft. Pages using ASP are primarily developed in JScript, or VBScript and are integrated into the HTML of your Web pages. The ASP code is compiled on-the-fly by the server and the resulting output is standard HTML. By using ASP, Web pages can be dynamic, full of ever-changing content, and browser independent.
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds www.aspclassifieds.com, www.powerasp.com,www.cjwsoft.com,www.aspphotogallery.com,www.codewanker.com,www.aspprotect.com,www.aspbanner.com,www.abay.com

 

Link to "The Wanker"
© 2007 CodeWanker - Active Server Pages Articles, Code Snippets, & Tutorials