address | R Documentation |
to(), cc(), bcc() is for set email address to sg_mail class
to(sg_mail, email, name = "") cc(sg_mail, email, name = "") bcc(sg_mail, email, name = "")
sg_mail |
(required)mail object from package |
email |
(required)email address |
name |
(optional)name for email address. |
sg_mail class with mail address.
mail() %>% to("mrchypark@gmail.com") mail() %>% cc("mrchypark@gmail.com") mail() %>% bcc("mrchypark@gmail.com")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.