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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS SendMail Task for BCC

Status
Not open for further replies.

sanjdhiman

Programmer
Jan 15, 2003
189
GB
Hi

I am wondering is there a work around for the SendMail Task BCC property in VB Script (ActiveX task). Does it exist?

Is there a work around?
Thanks for your help

Sanj
 
Hi Sanj,

What exactly do you mean "a workaround" - what are you trying to achieve? Need a bit more info because the question is a bit open!

Cheers,

M.
 
Trying to send an email using the sendMailTask. Within this task there are properties regarding whom you want to send an email to. i.e. To and CC: . I however, want to send it BCC. I looked at the object properties and there is noway of doing a BCC. Is there a work around to sending an email BCC format?

Thanks

Sanj
 
Hi Sanj,

You can use xp_sendmail as a SQL task (check it out in BOL) as there's a parameter that allows BCC called blind_copy_recipients.

HTH,

M.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top