Put Suppressed Destination
sesv2_put_suppressed_destination | R Documentation |
Adds an email address to the suppression list for your account¶
Description¶
Adds an email address to the suppression list for your account.
Usage¶
sesv2_put_suppressed_destination(EmailAddress, Reason)
Arguments¶
EmailAddress |
[required] The email address that should be added to the suppression list for your account. |
Reason |
[required] The factors that should cause the email address to be added to the suppression list for your account. |
Value¶
An empty list.
Request syntax¶
svc$put_suppressed_destination(
EmailAddress = "string",
Reason = "BOUNCE"|"COMPLAINT"
)