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