
1 个回答
Hi Adriana, Please try below code:
let us know if this will help you !<messaging:emailTemplate subject="Pricing Request Submitted" recipientType="Contact" relatedToType="Opportunity" >
<messaging:htmlEmailBody>
<html>
<body>
<p> Dear {{!recipient.FirstName}},<p>
<p> {!relatedTo.OwnerFullName} is requesting custom pricing for {!relatedTo.Account}, for his opportunity related to {!relatedTo.Name} .</p>
<p> -Previous Job Number or Publication:<p>
<p> -Quantity:<p>
<p> -Page Count: <p>
<p> -Flat and Finished Size: <p>
<p> -Specific Fold: <p>
<p> -Are there PMS colors? <p>
<p> -Paper Stock/Weight: <p>
<p> -Any Special Features (Die Cut, Gloss, Emboss, etc)? <p>
<p> -Misc. Information: <p>
<p> Thank you! <p>
</body>
</html>
</messaging:htmlemailbody>
</messaging:emailTemplate>
Thanks !