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

Sorry for crossposting.

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

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.