Learn R Programming

emayili (version 0.4.4)

bcc: Add Bcc field to message

Description

Add Bcc field to message

Usage

bcc(msg, ...)

Arguments

msg

A message object.

...

Email addresses.

Value

A message object.

See Also

subject, from, to, cc and reply

Examples

Run this code
# 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