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 :
Microsoft Dynamics CRM (Archived)

Changing sender address when replying to an email in CRM

(0) ShareShare
ReportReport
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

I have the same question (0)
  • Suggested answer
    Tushar2016CRM Profile Picture
    1,130 on at

    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 !

  • DanyaMS Profile Picture
    20 on at

    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
    Saroj Das Profile Picture
    3,355 on at

    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

  • Community Member Profile Picture
    on at

    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.

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 > 🔒一 Microsoft Dynamics CRM (Archived)

#1
JS-09031509-0 Profile Picture

JS-09031509-0 3

#2
AS-17030037-0 Profile Picture

AS-17030037-0 2

#2
Mark Eckert Profile Picture

Mark Eckert 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans