EmailIdentityDkimAttributes

data class EmailIdentityDkimAttributes(val signingEnabled: Boolean? = null)

Used to enable or disable DKIM authentication for an email identity.

Constructors

Link copied to clipboard
constructor(signingEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val signingEnabled: Boolean? = null

Sets the DKIM signing configuration for the identity. When you set this value true, then the messages that are sent from the identity are signed using DKIM. If you set this value to false, your messages are sent without DKIM signing.