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

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -