The {emayili} package supports configuring a generic SMTP server via the server() function. In the most recent version, v0.6.5, we add three new functions, gmail(), sendgrid() and mailgun(), which provide specific support for Gmail, SendGrid and Mailgun.
library(emayili) options(envelope.details = TRUE) options(envelope.invisible = FALSE) packageVersion(“emayili”) [1] ‘0.6.5…
Continue reading: <a …