RelayAction

The action relays the email via SMTP to another specific SMTP server.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified relay has been deleted.

Link copied to clipboard

This action specifies whether to preserve or replace original mail from address while relaying received emails to a destination server.

Link copied to clipboard

The identifier of the relay resource to be used when relaying an email.

Functions

Link copied to clipboard
inline fun copy(block: RelayAction.Builder.() -> Unit = {}): RelayAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String