Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Changing sender address when replying to an email in CRM

Posted on by 20

Hi there

I've tried to investigate this but I haven't been able to find any answers- hoping someone can give me some insight.

An email enters a call centre queue. When an agent responds to the email, the sender address is automatically populated with the user's email address. Is there any way to change this so that the sender address is populated with a different generic email address or the mailbox associated with the queue? The issue is that when agents respond, customers are now able to see the personal address of the agent and therefore, going forward, any new issues that customer may have will be directed straight to the specific user.

Anyone have an answer for this?

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Changing sender address when replying to an email in CRM

    Hi!

    Did you have any success in this? I would also like to be able to automatically change the sender of a mail to the original que that the case was created from. All of my searching has resulted in that I need to create some kind of code, but I dont know how this should be done? We are using Dynamics CRM Online in the latest version.

  • Suggested answer
    Saroj Das Profile Picture
    Saroj Das 3,355 on at
    RE: Changing sender address when replying to an email in CRM

    You have to write a Pre-Send Email plugin to update the email entity. And if you want to set a Queue for your from address field, then you can try something like below.

    Entity fromParty = new Entity("activityparty");

    fromParty["partyid"] = new EntityReference("queue", New Guid("yourqueueGuid") );

    Entity replyEmail = new Entity("email");

    replyEmail["from"] = new Entity[] { fromParty };

    service.Update(replyEmail);

    Thanks,

    Saroj

  • DanyaMS Profile Picture
    DanyaMS 20 on at
    RE: Changing sender address when replying to an email in CRM

    Thanks tushar- I've read up on the links you provided. However- they seem to focus on the initial send of a mail from crm and not specifically replying to an email?

  • Suggested answer
    Tushar2016CRM Profile Picture
    Tushar2016CRM 1,130 on at
    RE: Changing sender address when replying to an email in CRM

    HI ,

    Please check if below link might help :

    community.dynamics.com/.../115555

    technet.microsoft.com/.../hh699786.aspx

    This can be handled from the Email router settings .

    Thanks !

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans