Skip to content

problem with gmail function #10

@marco-vene

Description

@marco-vene

Hi,

I try to run the code:

gmailR::gmail(
to = "mail",
subject = "Test",
password = "password",
message = "Attached file",
attachment = "attachment",
username = "mail"
)

but I get an error message:

Error in match(x, table, nomatch = 0L) : object 'cell.ext' not found.

I tried to look into the function and it looks like the problem is in this part:
cells <- sapply(strsplit(to, "@"), function(x) x[2]) %in% cell.ext[, 2]

Can you help me?
Thank you,

Marco

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions