-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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
Labels
No labels