| Package | Description |
|---|---|
| com.baidubce.services.ses |
| Modifier and Type | Method and Description |
|---|---|
SendEmailResponse |
SesClient.sendEmail(SendEmailRequest request)
Send email
|
SendEmailResponse |
SesClient.sendEmail(String from,
String[] toAddr,
String subject,
String body,
File... attachmentFiles)
Send email.
|
SendEmailResponse |
SesClient.sendEmail(String from,
String displayName,
String[] toAddr,
String[] ccAddr,
String[] bccAddr,
String subject,
String body,
File... attachmentFiles)
Send email.
|
SendEmailResponse |
SesClient.sendEmail(String from,
String displayName,
String[] toAddr,
String subject,
String body,
File... attachmentFiles)
Send email.
|
SendEmailResponse |
SesClient.sendEmail(String from,
String displayName,
String returnPath,
String replyTo,
String[] toAddr,
String[] ccAddr,
String[] bccAddr,
String subject,
String body,
int priority,
int charset,
File... attachmentFiles)
Send email.
|
Copyright © 2024. All rights reserved.