Following syntax generates email message in apple mail addressed "To" a recipient. Requesting guidance on how to populate the Cc field with 3 additional email addresses. Thanks.
tell application "Mail"
set theNewMessage to make new outgoing message with properties {visible:true, subject:"Update", content:"Hi, Tom.
All set:
… on the server.
thx.
-paul."}
tell theNewMessage
make new to recipient at end of to recipients with properties {address:”[email protected]"}
activate
end tell
end tell
cc recipientto the end of that list?