Skip to main content

Notifications

Announcements

No record found.

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?
 
  • Suggested answer
    Fiona_Tiernan Profile Picture
    384 Super User 2025 Season 1 on at
    Adding a CC on all emails sent
    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
     
  • Dengliang Li Profile Picture
    Microsoft Employee on at
    Adding a CC on all emails sent
    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
    Dengliang Li Profile Picture
    Microsoft Employee on at
    Adding a CC on all emails sent
    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
     

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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Daivat Vartak (v-9davar) Profile Picture

Daivat Vartak (v-9d... 671 Super User 2025 Season 1

#2
Vahid Ghafarpour Profile Picture

Vahid Ghafarpour 167 Super User 2025 Season 1

#3
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 138 Most Valuable Professional

Product updates

Dynamics 365 release plans