How can I send mails from R via Outlook?
I was told to use the sendmailR
package, but I could not figure out how to specify certain control settings (such as port, username and password). I was also redirected to this post, but it did not help.
I switched to the mailR
package. I can send mails from other servers, such as smtp.gmail.com
, but I do not know the Outlook server details. What are the protocol, server and port details required to send mails via Outlook using mailR
?