You need to sign in to do that
Don't have an account?
KD9500
Do not show email address when sending email from salesforce
Hi,
Is there any method thru which I can keep the to list undisclosed to everyone to whom the mail is sent. I have written a apex code that will send mail to a list of people. The problem is that TO list is showing the list of all the people to whom this mail is sent. I do not want that to happen.
Thanks in advance
KD
KD - will native mass email functionality do this?
Here is the walkthrough in Help:
https://na3.salesforce.com/help/doc/user_ed.jsp?section=help&target=email_mass.htm&loc=help&hash=topic-title
You will have to use the Mass EMail API or send the emails one at a time in the TO field. If it is a contact, lead or user you can use the ID of the record instead, but each email will have to be send individually to not show everybody in the To: list.
With the Summer '09 release the govenor limit around the email API will be higher than they are today.