Add email link to custom or letterhead HTML templates #inSalesforce

To make the email address to appear as a link:


Steps:

Lightning Experience: App launcher | Email Templates |  Select an email template | Edit | Insert the email address you want to hyperlink, select this link and click on the link button or you can use like:

<a href="mailto:john.smith@acmecorp.com">john.smith@acmecorp.com</a> 
<a href="mailto:john.smith@acmecorp.com">John Smith</a>
<a href="mailto:homer@example.com">Contact Us</a>



Reference: https://help.salesforce.com/s/articleView?id=000325946&type=1

Comments