R Send Email on Windows without Java -


i have script sends email pdf attachment using r , mailr. however, windows server putting script on not have java installed mailr not work. alternatives? mail server requires username , password think sendmailr out since not support authentication. nice within r script.

honestly best bet have server mail enabled , write script can execute on http call.

response <- download.file("http://{url}/", "response.html", method="internal") 

Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

datatable - Matlab struct computations -