R for Internet/Web Applications
Posted on Nov 14, 2012 in Programming • Tagged with email, R, Web, programming, network, internet, CRAN
Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.
Sending/Receiving Emails
-
There are many ways to send email in R. First, you can use
sendmail{sendmailR}
. The following code is a simple test email.sendmail …
Continue reading