Package contains a simple SMTP client with minimal dependencies which provides a portable solution for sending e-mail, including file attachments and inline html reports, from within R. SMTP Authentication and SSL/STARTTLS is implemented using curl.
Package contains a simple SMTP client with minimal dependencies which provides a portable solution for sending e-mail, including file attachments and inline html reports, from within R. SMTP Authentication and SSL/STARTTLS is implemented using curl.
To install R-sendmailR, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-sendmailR
To see what files were installed by R-sendmailR, run:
port contents R-sendmailR
To later upgrade R-sendmailR, run:
sudo port selfupdate && sudo port upgrade R-sendmailR
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.