function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KD9500KD9500 

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 

CloudForwardCloudForward

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

 

 

 

Message Edited by CloudForward on 04-22-2009 08:31 AM
Rasmus MenckeRasmus Mencke

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.