sendmail | R Documentation |
Send e-mails from R via SMTP with authentication and encryption
sendmail(from, to, subject, msg, smtpsettings, attachment = NULL)
from |
From address. |
to |
To address |
subject |
subject of email. |
msg |
character vector holding lines of email or character string with entire message. |
smtpsettings |
server settings for the smtp server. A list with the following entries:
|
attachment |
optional character vector containing path of files to be attached. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.