Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.53 KB

SendSmtpEmail.md

File metadata and controls

21 lines (16 loc) · 1.53 KB

SendSmtpEmail

Properties

Name Type Description Notes
sender SendSmtpEmailSender
to List<SendSmtpEmailTo> Email addresses and names of the recipients
bcc List<SendSmtpEmailBcc> Email addresses and names of the recipients in bcc [optional]
cc List<SendSmtpEmailCc> Email addresses and names of the recipients in cc [optional]
htmlContent String HTML body of the message ( Ignored if templateId is passed )
textContent String Plain Text body of the message ( Ignored if templateId is passed ) [optional]
subject String Subject of the message
replyTo SendSmtpEmailReplyTo [optional]
attachment List<SendSmtpEmailAttachment> Pass the absolute URL (no local file) or the byte array of the attachment. Name can be used in both cases to define the attachment name. It is mandatory in case of content. Extension allowed: xlsx, xls, ods, docx, docm, doc, csv, pdf, txt, gif, jpg, jpeg, png, tif, tiff, rtf, bmp, cgm, css, shtml, html, htm, zip, xml, ppt, pptx, tar, ez, ics, mobi, msg, pub and eps [optional]
headers Map<String, String> [optional]
templateId Long Id of the template [optional]
params Map<String, String> [optional]