Uses RDCOMClient package.
1 2 3 4 5 6 7 8 | fyleSender(
email_to,
email_attachments = NULL,
email_subject = "subject here",
email_body = "body here",
email_cc = "",
email_bcc = ""
)
|
email_to |
Email address to send the files to |
email_attachments |
character vector of location of attachments to send. fyleIdentifier()$file provides suitable input. |
email_subject |
Optional email subject. Should have something unique about it so you can search through it later using fyleAttachmentGrabber()'s subject_keyword argument. |
email_body |
Optional email body |
email_cc |
Optional email cc |
email_bcc |
Optional email bcc |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.