View source: R/ses_operations.R
ses_set_identity_dkim_enabled | R Documentation |
Enables or disables Easy DKIM signing of email sent from an identity. If Easy DKIM signing is enabled for a domain, then Amazon SES uses DKIM to sign all email that it sends from addresses on that domain. If Easy DKIM signing is enabled for an email address, then Amazon SES uses DKIM to sign all email it sends from that address.
See https://www.paws-r-sdk.com/docs/ses_set_identity_dkim_enabled/ for full documentation.
ses_set_identity_dkim_enabled(Identity, DkimEnabled)
Identity |
[required] The identity for which DKIM signing should be enabled or disabled. |
DkimEnabled |
[required] Sets whether DKIM signing is enabled for an identity. Set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.