How does one go about sending an email to more than one CC or BCC etc ...
ie. I want to send an email to address@hotmail.com and address14@hotmail.com both as CC's.
Thanks
Code:
.To = StrEmail
.CC = "address@hotmail.com" (add another email address here)
.BCC = "address2@hotmail.com"
.Subject = "topic of discusion"
.Body = "Text goes here..."
.Send
ie. I want to send an email to address@hotmail.com and address14@hotmail.com both as CC's.
Thanks