| Package | Description |
|---|---|
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
SendSmtpEmailAttachment |
SendSmtpEmailAttachment.content(byte[] content) |
SendSmtpEmailAttachment |
SendSmtpEmailAttachment.name(String name) |
SendSmtpEmailAttachment |
SendSmtpEmailAttachment.url(String url) |
| Modifier and Type | Method and Description |
|---|---|
List<SendSmtpEmailAttachment> |
SendSmtpEmail.getAttachment()
Pass the absolute URL (no local file) or the base64 content of the attachment along with the attachment name (Mandatory if attachment content is passed).
|
| Modifier and Type | Method and Description |
|---|---|
SendSmtpEmail |
SendSmtpEmail.addAttachmentItem(SendSmtpEmailAttachment attachmentItem) |
| Modifier and Type | Method and Description |
|---|---|
SendSmtpEmail |
SendSmtpEmail.attachment(List<SendSmtpEmailAttachment> attachment) |
void |
SendSmtpEmail.setAttachment(List<SendSmtpEmailAttachment> attachment) |
Copyright © 2021. All rights reserved.