Re: [R] Send html body email in R

2014-02-07 Thread Bo Yan
Would be my last resort if a cleaner solution cannot be found. -Original Message- From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] Sent: Friday, February 07, 2014 11:57 AM To: Bo Yan; r-help@r-project.org Subject: Re: [R] Send html body email in R On 07/02/2014 12:47 PM, Bo Yan

[R] Send html body email in R

2014-02-07 Thread Bo Yan
Hi, I have managed to send emails with plain text message in the mail body using sendmailR. However, this package currently doesn't allow you to send html body email unless the source code is hacked. http://stackoverflow.com/questions/19844762/how-to-send-html-email-using-r Could anyone sh