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