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

Something like this:

address <- '[EMAIL PROTECTED]'
text <- 'This is the email body'
send.email(address, text)

Thanks.

FS

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to