Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface ReturnPath
Represents the return path for the email.
Link copied to clipboard
interface SendEmailRequest
Represents a request to send an email. It can be either a single email or a bulk templated email.
Link copied to clipboard
data class TemplatedDestination(val replacementData: String, val destination: Destination, val replacementTags: Map<String, String> = emptyMap())
Represents the destination of a templated email in a bulk sending request.