I have been trying multiple things to get this flow to work with no success. I have a need to send the mail to a single To and to multiple CCes. Any help or pointers on what I am doing wrong would be GREATLY appreciated.
Solved! Go to Solution.
The CC line should look like this
'CC': ["Somebody@email.com","someoneelse@domain.com",],
Take a look at the solution on the following thread. It shows two ways to create the array of CC addresses.
I've looked at that until I'm cross-eyed. I guess I'm not smart enough to understand and apply it. 😞
The CC line should look like this
'CC': ["Somebody@email.com","someoneelse@domain.com",],
Can't thank you enough! I think I finally got it.