| Package | Description | 
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CommonActionsControllerApi.sendEmailSimple(SimpleSendEmailOptions simpleSendEmailOptions)
Send an email
 If no senderId or inboxId provided a random email address will be used to send from. 
 | 
okhttp3.Call | 
CommonActionsControllerApi.sendEmailSimpleAsync(SimpleSendEmailOptions simpleSendEmailOptions,
                    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 simpleSendEmailOptions,
                   ApiCallback _callback)
Build call for sendEmailSimple 
 | 
ApiResponse<Void> | 
CommonActionsControllerApi.sendEmailSimpleWithHttpInfo(SimpleSendEmailOptions simpleSendEmailOptions)
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)  | 
static SimpleSendEmailOptions | 
SimpleSendEmailOptions.fromJson(String jsonString)
Create an instance of SimpleSendEmailOptions given an JSON string 
 | 
SimpleSendEmailOptions | 
SimpleSendEmailOptions.senderId(UUID senderId)  | 
SimpleSendEmailOptions | 
SimpleSendEmailOptions.subject(String subject)  | 
SimpleSendEmailOptions | 
SimpleSendEmailOptions.to(String to)  | 
Copyright © 2023. All rights reserved.