interface MailgunNodeParameters {
attachments?: string;
bccEmail?: string;
ccEmail?: string;
fromEmail?: string;
html?: string;
subject?: string;
text?: string;
toEmail?: string;
}Properties§
§§§§§§§
readonly attachments?: string§
readonly bcc Email?: stringBcc Email address of the recipient. Multiple ones can be separated by comma.
readonly cc Email?: stringCc Email address of the recipient. Multiple ones can be separated by comma.
readonly from Email?: stringEmail address of the sender optional with name
readonly html?: stringHTML text message of email Type options: {"rows":5,"editor":"htmlEditor"}
readonly subject?: stringSubject line of the email
readonly text?: stringPlain text message of email Type options: {"rows":5}
readonly to Email?: stringEmail 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.