Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 452 Bytes

SendSmtpEmailAttachment.md

File metadata and controls

12 lines (7 loc) · 452 Bytes

SendSmtpEmailAttachment

Properties

Name Type Description Notes
url String Absolute url of the attachment (no local file). [optional]
content byte[] Byte array of the attachment generated on the fly ( Encoded to base64 chunk data at our end ) [optional]
name String Required if content is passed. Name of the attachment [optional]