Skip to content

html body is not being sent together with attachment #81

@MST2803

Description

@MST2803

I want to send an attachment and write a message. Somehow it does not send the text. What I am doin' wrong?

text_content <- "Can you see that?"

html_msg = mime() %>%
to(send_to) %>%
from(send_from) %>%
html_body(text_content) %>%
subject(sb_to) %>%
attach_file(pathfile)
send_message(html_msg)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions