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
OhadiosOhadios 

Removing personal Email Signature when using Organization Wide Email Address

Hi All,

I am using Apex SingleEmailMessage to send out an email message, and utilizing the setOrgWideEmailAddressIdto make sure this e-mail appears coming from a company e-mail and not from a specific user.
If users have a personal signature set up, the signature gets appended to the bottom of the e-mail message.

Does anyone know of a way to force the message to not include the personal signature?

Thanks!
Abhijit Bhagwat 25Abhijit Bhagwat 25
Hi Ohadios,

Was this issue resolved? I am also facing same issue.
Lorander SagguLorander Saggu
mail.setUseSignature(false);