add_content | R Documentation |
add content i.e. message body to email base created earlier by email_base()
add_content(mail_base, em_content = NULL, content_type = "text/plain")
mail_base |
base of email, created by email_base() |
em_content |
list of characters |
content_type |
string, default "text/plain" |
my_mail <- email_base() add_content(my_mail, 'Hello world!')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.