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