powered by
Add Cc field to message
cc(msg, ...)
A message object.
Email addresses.
subject, from, to, bcc and reply
subject
from
to
bcc
reply
# NOT RUN { msg <- envelope() cc(msg, "bob@gmail.com", "alice@yahoo.com") cc(msg, c("bob@gmail.com", "alice@yahoo.com")) # }
Run the code above in your browser using DataLab