blastula
blastula copied to clipboard
Easily send great-looking HTML email messages from R
**On Windows**, if the `subject` argument of `smtp_send()` is **not UTF-8** encoded, the received email's subject will become garbage letters. However, after I add `enc2utf8()` on the `subject` value, the...
Allow timeout parameter to be passed in. #276
`gt` table renders as designed when viewed in mobile devices and Outlook365, but loses colour in Outlook Desktop. #### Reprex ```r library(blastula) library(glue) library(tidyverse) library(gt) # create raw data df...
Dear all, I'm trying to use [Microsoft365R](https://github.com/Azure/Microsoft365R) + [blastula](https://github.com/rstudio/blastula) to send emails. The goal is to have nice Outlook integration + R Markdown document for a richer email. When testing,...
As of 2022-05-30, Google ended support for "Less Secure Apps" ([see announcement](https://support.google.com/accounts/answer/6010255)). This affects blastula emails sent over gmail's SMTP servers. The [blastula docs](https://pkgs.rstudio.com/blastula/articles/sending_using_smtp.html#requirement-for-using-gmail) hinge on using Less Secure Apps...
Hi and thanks to develop this R Package, is very useful and easy to use. I am trying to send 1063 emails by using `smtp_send()` inside of a loop in...
The problem is in the `header_unstructured()` function. `sprintf` seems to have an unnecessary parameter `0`. ``` r library(blastula) blastula:::header_unstructured('ø' , "Subject", encode_unicode = TRUE) #> Warning in sprintf("=?utf-8?B?%s?=", base64enc::base64encode(charToRaw(str)), :...
I am trying to execute the function `plot_html
I'm using Github Actions to automate email distribution and as of 25 April started receiving a 214 error when sending emails from github actions. The code works locally and the...
I was sending messages without a problem, but suddenly I cannot send them anymore. I got the following error. create_smtp_creds_file( file = "gmail_creds", user = "[email protected]", provider = "gmail") correo...