View source: R/utils-send-email.R
send_email_update | R Documentation |
Send email alerts to updated automation reports
send_email_update(
to,
from = "rsconnect@ecohealthalliance.org",
project_name,
attach = FALSE,
test = FALSE,
path = "outputs",
pattern = "\\.html"
)
to |
A vector of email addresses serving as primary recipients for the message. |
from |
The email address of the sender. |
project_name |
String. Name of the project to use in email subject and body text. |
attach |
Logical. Should reports be attached to email? Default is FALSE. If TRUE, all HTML reports found in "outputs" folder will be attached to email. |
test |
Logical. Is this an email alert for testing automation reports? Default is FALSE. If TRUE, subject includes test and upload path will include the current git branch in the file path (e.g. https://project.secure.eha.io/refs/fix/missing_documentation/file.txt) |
path |
String. Name of folder or file path for attachment items |
pattern |
String. Regex pattern to select specific files in path. |
Invisible. Update email sent to list of recipients in to
browseVignettes("blastula")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.