Wrox Programmer Forums
|
Classic ASP Components Discussions specific to components in ASP 3.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 2nd, 2009, 06:57 AM
Registered User
 
Join Date: Sep 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default email solution

i wrote this code to send email and it giving an error message
Must issue a STARTTLS command first
this is the code below

set Mailer = server.CreateObject("persits.MailSender")
Mailer.From = "[email protected]"
Mailer.FromName = "Softsmart Business Solutions"
Mailer.Host = "smtp.gmail.com"
Mailer.username = " "
Mailer.password = " "
Mailer.IsHTML = True
Mailer.Subject = "Testing the email codes for employees reg at "&time() ' setting up the email's subject
Mailer.AddAddress "[email protected]","David Meshak" ' setting up the reciever's email and name

Mailer.AddCC "[email protected]","David Meshak"
Mailer.AddCC "[email protected]","Bamshak"
' the major email body "gong gong" starts from here

Mailer.Body





Similar Threads
Thread Thread Starter Forum Replies Last Post
email solution iyorshe Classic ASP Professional 0 December 2nd, 2009 06:33 AM
need solution nandhamca22 CSS Cascading Style Sheets 1 February 7th, 2006 10:16 AM
please tell me the solution prashar SQL Server 2000 0 December 9th, 2005 12:11 PM
solution hbou BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 0 February 9th, 2005 07:30 AM
what's the best solution for: eresina ASP.NET 1.0 and 1.1 Basics 2 November 16th, 2004 10:46 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.