Dynamically Changing Sender Name, From Email, and Reply-To on delivery based on data in Adobe Campaign Standard Hi everyone,I'm working on a use case in Adobe Campaign Standard (ACS) where we send emails on behalf of multiple people using a singular delivery. I need to dynamically change the sender name, from email address, and reply-to email based on recipient data stored in the Profile dimension.What I've Tried:Using personalization fields like <%= profile.customSenderEmail %> in the advanced parameters of the email delivery.Creating a custom content block with similar code to those of the default content blocks,e.g. Default sender name: <%@ value object="branding" path="mailParameters/sender Name" %>e.g. Custom content block: <%@ value object="profile" path="customSenderEmail" %>" in this example changing the object to look at the Profile targeting dimension rather than the branding object configuration.Questions:How can I modify the From Email Address, Sender Name, and Reply-To Email dynamically using data linked to the profile, utilizing content blocks or personalizat