sendmailr Questions

9

I have a scheduled an R script running from a windows machine. After it finishes, I wish this script to automatically send an email with some log file attached. Using shell() with some other sc...
Throughcomposed asked 21/5, 2010 at 21:22

3

Solved

I am trying to send a dataframe with SendMailR. I can send it as an attachment with reasonably good formatting. However I would like to send the dataframe in the body of the email. I tried capture....
Allergy asked 21/2, 2014 at 8:31

4

Solved

I'm trying to run sendmailR on Windows with the following code: ## Not run: from <- "<[email protected]>" # sprintf("<sendmailR@\\%s>", Sys.info()[4]) to <- "<[email&#16...
Gernhard asked 14/3, 2013 at 22:7

2

Solved

How to send rmarkdown generated documents as a body in an email, using R? I have successfully tried knitr with mailR, but when instead generating the html-report with the (new) rmarkdown-package i...
Amice asked 21/6, 2014 at 23:44

1

Solved

I receive daily emails where there is an attachment containing 1 zip file containing 1 csv file. In the body of my email, there is an image that is being recognized as another attachment I am pre...
Trews asked 8/2, 2018 at 21:55

1

Solved

I am trying to use sendemailR package in R but I am getting an error I don't know how to fix. When trying the default parameters: library(sendmailR) from <- "your_email" to <- "your_e...
Jezebel asked 21/5, 2014 at 19:28

1

Solved

I am making an application that asks the user a few basic survey questions. When this is done they are asked to provide a numeric input via a slidebar, press continue, then generate a plot, asks th...
Overwhelming asked 10/3, 2013 at 20:57
1

© 2022 - 2024 — McMap. All rights reserved.