sendEmail | R Documentation |
Please fill the configuration information first by the EmailConfig_qq()
.
Config once, and user configuration will be stored.
sendEmail(receiver = "kongdd@mail2.sysu.edu.cn", content = "", title = "curlR")
receiver |
the email address of the receiver |
title, content |
the mail title and content |
currently only QQ email supported. But it is easy to extend more.
## Not run: EmailConfig_qq("991810576@qq.com", "XXXXXXXX") receiver <- c("kongdd@mail2.sysu.edu.cn", "kongdd.sysu@gmail.com") file.create("~/.R/curlR.yaml") sendEmail(receiver, content = "hello python email") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.