[R] Does R have a command for sending emails?

Fernando Saldanha fsaldan1 at gmail.com
Tue May 10 05:07:01 CEST 2005


Is there a way to have an R program send an email?

Something like this:

address <- 'abc at d.com'
text <- 'This is the email body'
send.email(address, text)

Thanks.

FS




More information about the R-help mailing list