Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SMTP SendMail method

Status
Not open for further replies.

amin3

Technical User
Jan 4, 2001
1
GB
I was trying to send a copy of an email to other users by using this SendMail method. I can send to one use by using this:dim objTest
set objTest = server.createobject("MailSMTP.clsMailSender")

rc = objTest.SendMail ("location of the file being sent as an email","Subject",email address of the sender, email address of the reciever)

I tried some other methods like that CC or BCC but doesn't seem to be working. So, I was wondering if someone can tell me a bit about SMTP SendMail method and the parameters that're passed.

Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top