I think I know the answer to this.
Can you bcc (blind carbon copy) multiple users using the SMTPSendMail command?
I want my staff to only receive an email addressed to "them" in the bcc field - not a list of all receipients in the To: field.
I think this is on the "wish list' for the next update!
John Falloon
BCC using SMTPSendMAil (sorry for the duplicate posting!)
Moderators: Dorian (MJT support), JRL
-
- Automation Wizard
- Posts: 1101
- Joined: Fri Jan 07, 2005 5:55 pm
- Location: Somewhere else on the planet
I've never used bcc's but the Help text for SMTPSendMail does include the option:
" To include CC or BCC email addresses set the SMTP_CCLIST and SMTP_BCCLIST variables. Separate multiple email address with semicolons."
and from System Variables
"SMTP_BCCLIST Set BCC recipients for SMTPSendMail"
I'll try to test it in a while.
Update: Works as described. Address the email to your own email or even a bogus account "[email protected]", and define the bcc's
Let>SMTP_BCCLIST=[email protected];[email protected];etc
As is usual with bcc emails the only email shown in the header is the To:
" To include CC or BCC email addresses set the SMTP_CCLIST and SMTP_BCCLIST variables. Separate multiple email address with semicolons."
and from System Variables
"SMTP_BCCLIST Set BCC recipients for SMTPSendMail"
I'll try to test it in a while.
Update: Works as described. Address the email to your own email or even a bogus account "[email protected]", and define the bcc's
Let>SMTP_BCCLIST=[email protected];[email protected];etc
As is usual with bcc emails the only email shown in the header is the To: