When you send a mass email to Salesforce Users using a Classic email template, the merge field {!User.FirstName} displays the name of the currently logged-in user — the sender — rather than the name of each recipient.
This happens because {!User.FirstName} references the record of the user who is currently logged in and initiating the mass email send. It does not reference each individual recipient.
To address each recipient by their own name, use the {!Receiving_User.Name} or {!Receiving_User.FirstName} merge field instead. These fields reference the User record of each individual recipient.
Note: Sending mass email to Users applies to Salesforce Classic only.
Use the following steps to insert the correct merge field so that each recipient sees their own name in the mass email.
In the Available Merge Field section of the Classic Email Template editor:
{!Receiving_User.Name} for the user's full name, or {!Receiving_User.FirstName} for the user's first name only.The following is an example of a correctly structured mass email template that addresses each recipient by their own first name:
Dear {!Receiving_User.FirstName},
Welcome to Salesforce! This is just a test.
Best regards, Salesforce Team
In this example, each recipient receives an email that opens with their own first name instead of the sender's name.
000380608

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.