Hello Chris Campbell ,

I tried this for my email id it give me errors

> from <- sprintf("<sendma...@%s>", Sys.info()[4])
> to <- "< veepsi...@gmail.com>"
> subject <- "Hello from R"
> msg <- "It works!"
> sendmail(from, to, subject, msg,control=list(smtpServer="ASPMX.L.GOOGLE.COM"))

Error in waitFor(code) :
  SMTP Error: 5.1.1 The email account that you tried to reach does not
exist. Please try
Calls: sendmail -> smtpSubmitMail -> sendCmd -> waitFor

my email id is correct
please help me

with regards
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