This function lets the user send Emails with Attachments using MailGun's API service.
mailSend(
from = "RMail ",
to = "laresbernardo@gmail.com",
cc = NA,
bcc = NA,
subject = "Mail from R",
text = NA,
html = NA,
attachment = NA,
quiet = FALSE,
creds = NA
)
Character. Emails
Character. Subject for the email
Character. Text or HTML to send in the body
Character, plot or data.frame. Will send the file, plot as PNG or data.frame as CSV, respectively.
Boolean. Keep quite or display messages?
Character. Credential's user (see get_creds()
).
Must contain: url (POST address), api (api key)
Other Tools:
autoline()
,
bindfiles()
,
bring_api()
,
db_download()
,
db_upload()
,
export_plot()
,
export_results()
,
get_credentials()
,
h2o_predict_API()
,
h2o_predict_MOJO()
,
h2o_predict_binary()
,
h2o_predict_model()
,
h2o_selectmodel()
,
h2o_update()
,
haveInternet()
,
image_metadata()
,
importxlsx()
,
ip_country()
,
iter_seeds()
,
json2vector()
,
listfiles()
,
msplit()
,
myip()
,
pass()
,
quiet()
,
read.file()
,
statusbar()
,
tic()
,
try_require()
,
updateLares()
,
zerovar()
Other Credentials:
db_download()
,
f1_contacts()
,
geoAddress()
,
get_credentials()
,
get_tweets()
,
queryDB()
,
queryGA()
,
slackSend()
,
stocks_file()
,
stocks_report()