blastula

add_attachment in blastula R package

无人久伴 提交于 2020-12-15 06:51:55
问题 How can I sent an attachment in blastula. correo <- compose_email( body = md("Tarea_01")) correo %>% add_attachment(file = "emilia/tarea_01/liquenes.csv", filename = "liquenes") correo %>% smtp_send( from = "xxxxxx@gmail.com", to = "xxxxxxx@gmail.com", subject = "Tarea_01", credentials = creds_key(id = "gmail") ) I can send the email but there is no attachment in received email. Any clue why there is no attachment? Manuel 回答1: The add_attachments() function didn't work for me. I "de

add_attachment in blastula R package

喜你入骨 提交于 2020-12-15 06:51:09
问题 How can I sent an attachment in blastula. correo <- compose_email( body = md("Tarea_01")) correo %>% add_attachment(file = "emilia/tarea_01/liquenes.csv", filename = "liquenes") correo %>% smtp_send( from = "xxxxxx@gmail.com", to = "xxxxxxx@gmail.com", subject = "Tarea_01", credentials = creds_key(id = "gmail") ) I can send the email but there is no attachment in received email. Any clue why there is no attachment? Manuel 回答1: The add_attachments() function didn't work for me. I "de