| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonActionsControllerApi.sendEmailSimple(SimpleSendEmailOptions emailOptions)
Send an email
If no senderId or inboxId provided a random email address will be used to send from.
|
okhttp3.Call |
CommonActionsControllerApi.sendEmailSimpleAsync(SimpleSendEmailOptions emailOptions,
ApiCallback<Void> _callback)
Send an email (asynchronously)
If no senderId or inboxId provided a random email address will be used to send from.
|
okhttp3.Call |
CommonActionsControllerApi.sendEmailSimpleCall(SimpleSendEmailOptions emailOptions,
ApiCallback _callback)
Build call for sendEmailSimple
|
ApiResponse<Void> |
CommonActionsControllerApi.sendEmailSimpleWithHttpInfo(SimpleSendEmailOptions emailOptions)
Send an email
If no senderId or inboxId provided a random email address will be used to send from.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleSendEmailOptions |
SimpleSendEmailOptions.body(String body) |
SimpleSendEmailOptions |
SimpleSendEmailOptions.senderId(UUID senderId) |
SimpleSendEmailOptions |
SimpleSendEmailOptions.subject(String subject) |
SimpleSendEmailOptions |
SimpleSendEmailOptions.to(String to) |
Copyright © 2021. All rights reserved.