send_email: Send email via mailgun.

Description Usage Arguments See Also

View source: R/send_email.R

Description

Must set mailgunner.api_key and mailgunner.domain_name options.

Usage

1
send_email(from, to, subject, text, attach = NULL, tag = NULL)

Arguments

from

character. Either "someone" --> someone@domain.com or c("Somebody Amazing", "someone") --> "Somebody Amazing <someone@domain.com>"

to

character. Email addresses of recipients.

subject

character. Email subject.

text

character. Email text.

attach

character. Filenames of your attachments.

tag

character. Mailgun tags (I still don't really know what this is but why not).

See Also

Official mailgun documentation https://documentation.mailgun.com/quickstart-sending.html#send-via-api


kirillseva/mailgunner documentation built on May 20, 2019, 10:24 a.m.