Loading

Mass Email to Users in Salesforce Classic Shows Sender Name Instead of Recipient Name in Merge Field

Data pubblicazione: Jun 11, 2026
Descrizione

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.

Risoluzione

Use the following steps to insert the correct merge field so that each recipient sees their own name in the mass email.

Selecting the Correct Merge Field for Mass Email Recipients

In the Available Merge Field section of the Classic Email Template editor:

  1. Set Field Type to Receiving User Field.
  2. Set Field to {!Receiving_User.Name} for the user's full name, or {!Receiving_User.FirstName} for the user's first name only.
  3. Copy the merge field value and paste it into the appropriate location in your email template.

Example Email Template Using the Correct Merge Field

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.

Numero articolo Knowledge

000380608

 
Caricamento
Salesforce Help | Article