Emayili custom email sending handler
emayili_custom_mail_handler.Rd
Default handler function parsing and sending email.
Used within object of RegLogEmayiliConnector
class internally. It can
send custom emails using subject, body and attachments from
RegLogConnectorMessage
of type custom_mail
.
Arguments
- self
R6 object element
- private
R6 object element
- message
RegLogConnectorMessage which should contain within its data:
process
username
email
mail_subject
mail_body
mail_attachment (optional, needs to be of class
mailMessageAttachment
)
See also
Other mail handler functions:
emayili_reglog_mail_handler()
,
gmailr_custom_mail_handler()
,
gmailr_reglog_mail_handler()