interface MailgunNodeParameters {
attachments?: string;
bccEmail?: string;
ccEmail?: string;
fromEmail?: string;
html?: string;
subject?: string;
text?: string;
toEmail?: string;
}
Properties§
Source§readonly bcc Email?: string
readonly bcc Email?: string
Bcc Email address of the recipient. Multiple ones can be separated by comma.
Source§readonly cc Email?: string
readonly cc Email?: string
Cc Email address of the recipient. Multiple ones can be separated by comma.
Name of the binary properties which contain data which should be added to email as attachment. Multiple ones can be comma-separated.