mailR
mailR copied to clipboard
question: how to use with proxy server
hi,
First of all, thank you for your great work on this package. I have a question. Is it possible to use mailR through a password protected proxy server? If so, how? I'm trying to run a variant of the following send.mail() ,which works outside of the proxy environment, but I also need for it to run through a proxy.
thanks a lot! regards WSH
send.mail(from = "[email protected]", to = "[email protected]", subject = "Subject of the email", body = "Body of the email", smtp = list(host.name = "smtp.gmail.com", port = 465, user.name = "myaddress", passwd = "mypassword", ssl = TRUE), authenticate = TRUE, send = TRUE)