# NOT RUN {
# Create an (empty) message object.
msg <- envelope()
# Create a complete message object.
envelope(
to = "bob@gmail.com",
from = "craig@gmail.com",
cc = "alex@gmail.com",
bcc = "shannon@gmail.com",
reply = "craig@yahoo.com",
subject = "Hiya!",
text = "Hi Bob, how are you?"
)
# }
Run the code above in your browser using DataLab