There was a small typo in my sendmail command. I was passing header=header
instead of headers=header. This argument was accepted because of `...`
argument which is not the last argument as one would except. A minor mistake
caused me a bit of frustration. This issue is resolved now. Thanks everyone.
gt; [mailto:r-help-boun...@r-project.org] On Behalf Of Alok Jadhav
> Sent: 12 July 2013 02:49
> To: r-help@r-project.org
> Subject: Re: [R] Sending carbon copy mails from R
>
> updated code pasted here. So I guess CC is not an option at
> all? In that case is there any oth
PM
To: Jadhav, Alok
Cc: r-help@r-project.org
Subject: Re: [R] Sending carbon copy mails from R
Note that sendmailR is not 'from R'. There are other possibilities, and
I use create.post() from R itself, modified as I need.
On 12/07/2013 02:48, Alok Jadhav wrote:
> updated code pasted here
Note that sendmailR is not 'from R'. There are other possibilities, and
I use create.post() from R itself, modified as I need.
On 12/07/2013 02:48, Alok Jadhav wrote:
updated code pasted here. So I guess CC is not an option at all? In that case
is there any other package that would be useful?
updated code pasted here. So I guess CC is not an option at all? In that case
is there any other package that would be useful?
require(sendmailR)
to <- c("v...@abc.com")
header <- list(cc=c("a...@abc.com"))
x <- sendmail("t...@abc.com", to, "test", "testing",
header=header,control=list(smtpServer=
Hi,
I am using sendmailR package to send mails from R. I am not able to make
carbon copy work properly. If I specify multiple recipients in to field,
then they all receive individual emails and not carbon copies
My sample code is
require(sendmailR)
header <- list(cc="b.m...@abc.com")
6 matches
Mail list logo