[R] sendmailR-package-valid code needed
Velappan Periasamy
veepsirtt at gmail.com
Mon Aug 23 12:44:52 CEST 2010
## Not run:
from <- sprintf("<sendmailR@
to <- "<olafm at datensplitter.net>"
subject <- "Hello from R"
msg <- "It works!"
sendmail(from, to, subject, msg,
control=list(smtpServer="ASPMX.L.GOOGLE.COM"))
## End(Not run)
the above commands are provided in this document ie
http://cran.r-project.org/web/packages/sendmailR/sendmailR.pdf
it is not working.
hence give me a valid code for sending mails using gmail.com
thanks
veepsirtt
More information about the R-help
mailing list