rstudio / blastula

Easily send great-looking HTML email messages from R
https://pkgs.rstudio.com/blastula
Other
546 stars 84 forks source link

Error in curl_fetch_memory(smtp_server, handle = h) : Login denied #280

Open ManuelSpinola opened 2 years ago

ManuelSpinola commented 2 years ago

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 = "xxxxxxxx@gmail.com", provider = "gmail")

correo <- compose_email( body = md("Area de estudio"))

correo_c_adjunto <- correo %>% add_attachment(file = here("area_estudio.html"), filename = "Area de estudio")

correo_c_adjunto %>% smtp_send( from = "xxxxxxxxx@gmail.com", to = "xxxxxxxx@gmail.com", subject = "Area de estudio", credentials = creds_file("gmail_creds")

Error in curl_fetch_memory(smtp_server, handle = h) : Login denied

max9nc9 commented 2 years ago

I am having the same issue, it works fine when using local RStudio but when using RStudio on a ec2 instance I get same error.

citychild1 commented 1 year ago

I am having the same issue. I am working with office365/outlook though