emate: Emate

Description Usage Arguments

View source: R/emate.R

Description

Run the emate command line interface to MailMate

Usage

1
2
3
4
5
emate(email_content = NULL, ind_verbose = FALSE, email_from = NULL,
  email_to = NULL, email_cc = NULL, email_bcc = NULL,
  email_replyto = NULL, email_subject = NULL,
  email_header = "#markup: markdown", emate_path = NULL,
  ind_sendnow = FALSE, ind_dry = FALSE)

Arguments

email_content

content of email as a string

ind_verbose

indicator - whether or not the command line output should be verbose

email_from

the email address to send from

email_to

the email address to send to

email_cc

the email address to CC

email_bcc

the email address to BCC

email_replyto

the email address that responders will reply to, by default

email_subject

the subject line for the email

email_header

header information used by MailMate. Defaults to markdown parsing

emate_path

the path on your local machine to the emate binary

ind_sendnow

indicator - whether or not to send the email automatically

ind_dry

indicator - whether or not to do a dry run


andrewjpfeiffer/mailmatr documentation built on Nov. 2, 2019, 1:52 p.m.