Put Account Sending Attributes
sesv2_put_account_sending_attributes | R Documentation |
Enable or disable the ability of your account to send email¶
Description¶
Enable or disable the ability of your account to send email.
Usage¶
sesv2_put_account_sending_attributes(SendingEnabled)
Arguments¶
SendingEnabled |
Enables or disables your account's ability to send email. Set to
If Amazon Web Services paused your account's ability to send email, you can't use this operation to resume your account's ability to send email. |
Value¶
An empty list.
Request syntax¶
svc$put_account_sending_attributes(
SendingEnabled = TRUE|FALSE
)