powered by
Send email using emailjs service.
send_email( service_id, user_id, template_id, template_params = list(), access_token = NULL )
response() Return A response() object of httr, including response of emailjs server
emailjs.com Service Id
emailjs.com User Id or Public Key
emailjs.com Template Id
Params passed to emailjs.com. You should set template at emailjs.com in prior.
emailjs.com Access Token or Private Key. Default is NULL in case of you don't use access token.
library(emailjsr) send_email("service_id", "user_id", "template_id", "access_token", list(name = "John Doe"))
Run the code above in your browser using DataLab