web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested Answer

Configure Reply Address

(0) ShareShare
ReportReport
Posted on by 210

Hi,

Is it possible to configure the addition of the reply address according to the region of the account associated with the contact ?

Regards,

F@

DFM.png

I have the same question (0)
  • Suggested answer
    cloflyMao Profile Picture
    25,210 on at

    Hi Fa,

    We can apply dynamic expression to Reply-to address field, try Conditional Statements and check whether it would work.

    https://docs.microsoft.com/en-us/dynamics365/marketing/dynamic-email-content#conditional-statements-and-comparisons

    e.g: 

    I have two accounts, one's region field value is APAC and another is EMEA.

    pastedimage1612942863188v1.png

    So our expression would be something like below. If account is in other regions than APAC or EMEA, then use the default email address.

    {{#if (eq contact.contact_account_parentcustomerid.address1_country 'APAC')}}
    
    reply1@outlook.com
    
    {{else if (eq contact.contact_account_parentcustomerid.address1_country 'EMEA')}}
    
    reply2@outlook.com
    
    {{else}}
    
    default@outlook.com
    
    {{/if}}

    Convert it into single line and paste it to the field and replace data with your real mailboxes to test.

    {{#if (eq contact.contact_account_parentcustomerid.address1_country 'APAC')}} reply1@outlook.com {{else if (eq contact.contact_account_parentcustomerid.address1_country 'EMEA')}} reply2@outlook.com {{else}} default@outlook.com {{/if}}
    

    hello.JPG

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
ManoVerse Profile Picture

ManoVerse 208 Super User 2026 Season 1

#2
CU11031447-0 Profile Picture

CU11031447-0 100

#3
NeerajPawar Profile Picture

NeerajPawar 80

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans