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

Announcements

News and Announcements icon
Community site session details

Community site session details

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

Adding a CC on all emails sent

(1) ShareShare
ReportReport
Posted on by 4
I'm trying to send an email in D365, and I want to copy my work email on all of them. Is this possible?
 
I have the same question (0)
  • Suggested answer
    Dengliang Li Profile Picture
    Microsoft Employee on at
    Hi,
     
    You can do this by registering JavaScript on the email form onload event to automatically populate the CC field when a new email record is created.
     
    Create a contact with work email populated into the CC field.
     
    The code is below:
    function onload(executionContext){
        var formContext = executionContext.getFormContext();
        var workEmail = [
            {
            "entityType":"contact",
            //ID is the id of the work email contact.
            "id": "7f01d20b-d631-ef11-8409-6045bd0882a3",
            "name": "Work Email"
            }
        ]
     
        formContext.getAttribute("cc").setValue(workEmail);
    }
     
    If my answer was helpful, please click Like, and if it solved your problem, please mark it as verified to help other community members find more.
    If you have further questions, please feel free to contact me .
     
    Best Regards,
    Dengliang Li
     
  • Dengliang Li Profile Picture
    Microsoft Employee on at
    Hi,
     
    Has the issue been solved?
    Have there been any updates? Please feel free to ask me if you have any questions!
    If it has been resolved, can you mark the response as an answer?
     
  • Suggested answer
    Fiona_Tiernan Profile Picture
    462 Moderator on at
    Good morning,

    Yes, this is possible. An out of the box way of achieving this is via the CC feature that is available to be used when setting up your Journey.

    This feature is disabled by default, and will need to be switched on in the Settings Area. Follow these instructions in the Microsoft documentation to turn it on.

    Once switched on, you will see the 'Add CC recipients' option in the Settings on the Email Tile of your Journey:


     
    If this answer was helpful, please consider marking it as verified. Any questions please let me know, and I will try my best to answer them.

    Kind regards,
    Fiona
     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
ManoVerse Profile Picture

ManoVerse 143 Super User 2026 Season 1

#2
Hamza H Profile Picture

Hamza H 142 Super User 2026 Season 1

#3
11manish Profile Picture

11manish 121

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans