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
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