Send Email Using R-Program

randerson112358
3 min readApr 24, 2018

Using mailR & GMail

To send email using the R programming language we will need to install the “mailR” package and have a GMail account from Google. We will also use Googles smtp server to send the message.

In this article I assume you already have R and RStudio installed on your computer, and a Gmail account if you do not already have a Gmail account, you can sign up here. If you do not…

--

--