View source: R/emayili_emailer.R
emayili_emailer | R Documentation |
emayili
package.This returns a function that can be used with the login_server()
. Specifically,
the function takes two parameters, to_email
and message
.
emayili_emailer(
email_host = NULL,
email_port = NULL,
email_username = NULL,
email_password = NULL,
from_email = NULL
)
email_host |
SMTP email host. |
email_port |
SMPT email port. |
email_username |
username for the SMTP server. |
email_password |
password for the SMTP server. |
from_email |
the from email address sent from |
returns a function to send an email using the emayili
package.
login_server()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.