Sitecore Forms – Rendering friendly field values for EXM

Sitecore 9.2 introduces the newly and improved submit action Send Email Campaign Message that can be used within Sitecore Forms, to send an EXM Campaign message to a contact. Within this submit action you can configure which fields from the form should be passed to EXM as an token, after which you can use the …

Sitecore EXM – Using personalization tokens in the sender details

Sitecore EXM (Email Experience Manager) currently lets you specify you the following fields in the Sender Details part of an email campaign: From name From email Reply to Unfortunately, neither of the above fields allow you to use the personalization tokens, that can be set for example when sending an email campaign through a Sitecore …

Sitecore EXM – Adjusting how personalization tokens are rendered

For a specific scenario i wanted to be able to pass HTML through a personalization token to be used from within an EXM email. Unfortunately (due to security) personalization tokens are HTML encoded and this behaviour isn’t configurable. The token replacement is done from within the Sitecore.Modules.EmailCampaign.Core.Personalization.PersonalizationManager class, which is mostly static, private, and totally …