## Not run:
from <- sprintf("<sendmailR@
to <- "<ol...@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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to