mailMessageAttachment {shiny.reglog} | R Documentation |
Mail attachment data to be handled by mailConnector via custom_mail
RegLogConnectorMessage
Description
Mail attachment data to be handled by mailConnector via custom_mail
RegLogConnectorMessage
Usage
mailMessageAttachment(filepath, filename = NULL, cid = NULL, filetype = NULL)
Arguments
filepath |
path to the file to be attached |
filename |
name of the file to be used (supported by RegLogEmayiliConnector) |
cid |
content ID to be used to access in email body |
filetype |
mime type of the attached file |
Value
mailMessageAttachment object
[Package shiny.reglog version 0.5.2 Index]