Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
SentEmailDto |
InboxControllerApi.sendSmtpEnvelope(UUID inboxId,
SendSMTPEnvelopeOptions sendSMTPEnvelopeOptions)
Send email using an SMTP mail envelope and message body and return sent confirmation
Send email using an SMTP envelope containing RCPT TO, MAIL FROM, and a SMTP BODY.
|
okhttp3.Call |
InboxControllerApi.sendSmtpEnvelopeAsync(UUID inboxId,
SendSMTPEnvelopeOptions sendSMTPEnvelopeOptions,
ApiCallback<SentEmailDto> _callback)
Send email using an SMTP mail envelope and message body and return sent confirmation (asynchronously)
Send email using an SMTP envelope containing RCPT TO, MAIL FROM, and a SMTP BODY.
|
okhttp3.Call |
InboxControllerApi.sendSmtpEnvelopeCall(UUID inboxId,
SendSMTPEnvelopeOptions sendSMTPEnvelopeOptions,
ApiCallback _callback)
Build call for sendSmtpEnvelope
|
ApiResponse<SentEmailDto> |
InboxControllerApi.sendSmtpEnvelopeWithHttpInfo(UUID inboxId,
SendSMTPEnvelopeOptions sendSMTPEnvelopeOptions)
Send email using an SMTP mail envelope and message body and return sent confirmation
Send email using an SMTP envelope containing RCPT TO, MAIL FROM, and a SMTP BODY.
|
Modifier and Type | Method and Description |
---|---|
SendSMTPEnvelopeOptions |
SendSMTPEnvelopeOptions.addRcptToItem(String rcptToItem) |
SendSMTPEnvelopeOptions |
SendSMTPEnvelopeOptions.data(String data) |
static SendSMTPEnvelopeOptions |
SendSMTPEnvelopeOptions.fromJson(String jsonString)
Create an instance of SendSMTPEnvelopeOptions given an JSON string
|
SendSMTPEnvelopeOptions |
SendSMTPEnvelopeOptions.mailFrom(String mailFrom) |
SendSMTPEnvelopeOptions |
SendSMTPEnvelopeOptions.rcptTo(List<String> rcptTo) |
Copyright © 2023. All rights reserved.