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
shaanRocksshaanRocks 

populating subject of an email dynamically

How to populate subject of an email dynamically with the contact fields. While sending an mass email.

 

Ex: I have a list of contacts to which i need to send an email and while sending an email how can i populate the subject dynamically with contact fields.

 

Please let me know if any soln to my requirement.

 

Thanks

shaan

Ritesh AswaneyRitesh Aswaney

You can use merge fields in VF Email templates - eg {!Contact.Name}

shaanRocksshaanRocks

But i need to display the merge Fields in the Subject of an email.

While sending a mass email.

Using Email Templates we can show the merge fields with in the content of mail.

 

How can we show merge field in the subject?