Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
SentEmailDto |
AliasControllerApi.sendAliasEmail(UUID aliasId,
SendEmailOptions sendEmailOptions)
Send an email from an alias inbox
Send an email from an alias.
|
okhttp3.Call |
AliasControllerApi.sendAliasEmailAsync(UUID aliasId,
SendEmailOptions sendEmailOptions,
ApiCallback<SentEmailDto> _callback)
Send an email from an alias inbox (asynchronously)
Send an email from an alias.
|
okhttp3.Call |
AliasControllerApi.sendAliasEmailCall(UUID aliasId,
SendEmailOptions sendEmailOptions,
ApiCallback _callback)
Build call for sendAliasEmail
|
ApiResponse<SentEmailDto> |
AliasControllerApi.sendAliasEmailWithHttpInfo(UUID aliasId,
SendEmailOptions sendEmailOptions)
Send an email from an alias inbox
Send an email from an alias.
|
void |
InboxControllerApi.sendEmail(UUID inboxId,
SendEmailOptions sendEmailOptions)
Send Email
Send an email from an inbox's email address.
|
SentEmailDto |
InboxControllerApi.sendEmailAndConfirm(UUID inboxId,
SendEmailOptions sendEmailOptions)
Send email and return sent confirmation
Sister method for standard `sendEmail` method with the benefit of returning a `SentEmail` entity confirming the successful sending of the email with a link to the sent object created for it.
|
okhttp3.Call |
InboxControllerApi.sendEmailAndConfirmAsync(UUID inboxId,
SendEmailOptions sendEmailOptions,
ApiCallback<SentEmailDto> _callback)
Send email and return sent confirmation (asynchronously)
Sister method for standard `sendEmail` method with the benefit of returning a `SentEmail` entity confirming the successful sending of the email with a link to the sent object created for it.
|
okhttp3.Call |
InboxControllerApi.sendEmailAndConfirmCall(UUID inboxId,
SendEmailOptions sendEmailOptions,
ApiCallback _callback)
Build call for sendEmailAndConfirm
|
ApiResponse<SentEmailDto> |
InboxControllerApi.sendEmailAndConfirmWithHttpInfo(UUID inboxId,
SendEmailOptions sendEmailOptions)
Send email and return sent confirmation
Sister method for standard `sendEmail` method with the benefit of returning a `SentEmail` entity confirming the successful sending of the email with a link to the sent object created for it.
|
okhttp3.Call |
InboxControllerApi.sendEmailAsync(UUID inboxId,
SendEmailOptions sendEmailOptions,
ApiCallback<Void> _callback)
Send Email (asynchronously)
Send an email from an inbox's email address.
|
okhttp3.Call |
InboxControllerApi.sendEmailCall(UUID inboxId,
SendEmailOptions sendEmailOptions,
ApiCallback _callback)
Build call for sendEmail
|
void |
EmailControllerApi.sendEmailSourceOptional(SendEmailOptions sendEmailOptions,
UUID inboxId,
Boolean useDomainPool,
Boolean virtualSend)
Send email
Alias for `InboxController.sendEmail` method - see original method for full details.
|
okhttp3.Call |
EmailControllerApi.sendEmailSourceOptionalAsync(SendEmailOptions sendEmailOptions,
UUID inboxId,
Boolean useDomainPool,
Boolean virtualSend,
ApiCallback<Void> _callback)
Send email (asynchronously)
Alias for `InboxController.sendEmail` method - see original method for full details.
|
okhttp3.Call |
EmailControllerApi.sendEmailSourceOptionalCall(SendEmailOptions sendEmailOptions,
UUID inboxId,
Boolean useDomainPool,
Boolean virtualSend,
ApiCallback _callback)
Build call for sendEmailSourceOptional
|
ApiResponse<Void> |
EmailControllerApi.sendEmailSourceOptionalWithHttpInfo(SendEmailOptions sendEmailOptions,
UUID inboxId,
Boolean useDomainPool,
Boolean virtualSend)
Send email
Alias for `InboxController.sendEmail` method - see original method for full details.
|
ApiResponse<Void> |
InboxControllerApi.sendEmailWithHttpInfo(UUID inboxId,
SendEmailOptions sendEmailOptions)
Send Email
Send an email from an inbox's email address.
|
void |
InboxControllerApi.sendEmailWithQueue(UUID inboxId,
Boolean validateBeforeEnqueue,
SendEmailOptions sendEmailOptions)
Send email with queue
Send an email using a queue.
|
okhttp3.Call |
InboxControllerApi.sendEmailWithQueueAsync(UUID inboxId,
Boolean validateBeforeEnqueue,
SendEmailOptions sendEmailOptions,
ApiCallback<Void> _callback)
Send email with queue (asynchronously)
Send an email using a queue.
|
okhttp3.Call |
InboxControllerApi.sendEmailWithQueueCall(UUID inboxId,
Boolean validateBeforeEnqueue,
SendEmailOptions sendEmailOptions,
ApiCallback _callback)
Build call for sendEmailWithQueue
|
ApiResponse<Void> |
InboxControllerApi.sendEmailWithQueueWithHttpInfo(UUID inboxId,
Boolean validateBeforeEnqueue,
SendEmailOptions sendEmailOptions)
Send email with queue
Send an email using a queue.
|
ScheduledJobDto |
InboxControllerApi.sendWithSchedule(UUID inboxId,
SendEmailOptions sendEmailOptions,
OffsetDateTime sendAtTimestamp,
Long sendAtNowPlusSeconds,
Boolean validateBeforeEnqueue)
Send email with with delay or schedule
Send an email using a delay.
|
okhttp3.Call |
InboxControllerApi.sendWithScheduleAsync(UUID inboxId,
SendEmailOptions sendEmailOptions,
OffsetDateTime sendAtTimestamp,
Long sendAtNowPlusSeconds,
Boolean validateBeforeEnqueue,
ApiCallback<ScheduledJobDto> _callback)
Send email with with delay or schedule (asynchronously)
Send an email using a delay.
|
okhttp3.Call |
InboxControllerApi.sendWithScheduleCall(UUID inboxId,
SendEmailOptions sendEmailOptions,
OffsetDateTime sendAtTimestamp,
Long sendAtNowPlusSeconds,
Boolean validateBeforeEnqueue,
ApiCallback _callback)
Build call for sendWithSchedule
|
ApiResponse<ScheduledJobDto> |
InboxControllerApi.sendWithScheduleWithHttpInfo(UUID inboxId,
SendEmailOptions sendEmailOptions,
OffsetDateTime sendAtTimestamp,
Long sendAtNowPlusSeconds,
Boolean validateBeforeEnqueue)
Send email with with delay or schedule
Send an email using a delay.
|
Modifier and Type | Method and Description |
---|---|
SendEmailOptions |
SendEmailOptions.addAttachmentsItem(String attachmentsItem) |
SendEmailOptions |
SendEmailOptions.addBccItem(String bccItem) |
SendEmailOptions |
SendEmailOptions.addCcItem(String ccItem) |
SendEmailOptions |
SendEmailOptions.addToContactsItem(UUID toContactsItem) |
SendEmailOptions |
SendEmailOptions.addToItem(String toItem) |
SendEmailOptions |
SendEmailOptions.addTrackingPixel(Boolean addTrackingPixel) |
SendEmailOptions |
SendEmailOptions.attachments(List<String> attachments) |
SendEmailOptions |
SendEmailOptions.bcc(List<String> bcc) |
SendEmailOptions |
SendEmailOptions.body(String body) |
SendEmailOptions |
SendEmailOptions.cc(List<String> cc) |
SendEmailOptions |
SendEmailOptions.charset(String charset) |
SendEmailOptions |
SendEmailOptions.filterBouncedRecipients(Boolean filterBouncedRecipients) |
SendEmailOptions |
SendEmailOptions.from(String from) |
static SendEmailOptions |
SendEmailOptions.fromJson(String jsonString)
Create an instance of SendEmailOptions given an JSON string
|
SendEmailOptions |
BulkSendEmailOptions.getSendEmailOptions()
Get sendEmailOptions
|
SendEmailOptions |
SendEmailOptions.html(Boolean html) |
SendEmailOptions |
SendEmailOptions.isHTML(Boolean isHTML) |
SendEmailOptions |
SendEmailOptions.putTemplateVariablesItem(String key,
Object templateVariablesItem) |
SendEmailOptions |
SendEmailOptions.replyTo(String replyTo) |
SendEmailOptions |
SendEmailOptions.sendStrategy(SendEmailOptions.SendStrategyEnum sendStrategy) |
SendEmailOptions |
SendEmailOptions.subject(String subject) |
SendEmailOptions |
SendEmailOptions.template(UUID template) |
SendEmailOptions |
SendEmailOptions.templateVariables(Map<String,Object> templateVariables) |
SendEmailOptions |
SendEmailOptions.to(List<String> to) |
SendEmailOptions |
SendEmailOptions.toContacts(List<UUID> toContacts) |
SendEmailOptions |
SendEmailOptions.toGroup(UUID toGroup) |
SendEmailOptions |
SendEmailOptions.useInboxName(Boolean useInboxName) |
SendEmailOptions |
SendEmailOptions.validateEmailAddresses(SendEmailOptions.ValidateEmailAddressesEnum validateEmailAddresses) |
Modifier and Type | Method and Description |
---|---|
BulkSendEmailOptions |
BulkSendEmailOptions.sendEmailOptions(SendEmailOptions sendEmailOptions) |
void |
BulkSendEmailOptions.setSendEmailOptions(SendEmailOptions sendEmailOptions) |
Copyright © 2023. All rights reserved.