send_email: A helper function to send an email via the mail bash cmd

View source: R/system.R

send_emailR Documentation

A helper function to send an email via the mail bash cmd

Description

A helper function to send an email via the mail bash cmd

Usage

send_email(
  body,
  subject = "R job complete",
  email = NULL,
  email_ext = "tuebingen.mpg.de"
)

Arguments

body

The email body

subject

The email subject line

email

The email address. If NULL, then username used

email_ext

The part after the "at" symbol

Value

The output of the system() call


leylabmpi/LeyLabRMisc documentation built on Nov. 3, 2022, 3:45 p.m.