blastula icon indicating copy to clipboard operation
blastula copied to clipboard

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

Open ManuelSpinola opened this issue 4 years ago • 2 comments

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 <- 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 = "[email protected]", to = "[email protected]", subject = "Area de estudio", credentials = creds_file("gmail_creds")

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

ManuelSpinola avatar Jan 27 '22 16:01 ManuelSpinola

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.

max9nc9 avatar Apr 23 '22 07:04 max9nc9

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

citychild1 avatar Jan 23 '23 21:01 citychild1