View source: R/ses_operations.R
ses_create_receipt_rule | R Documentation |
Creates a receipt rule.
See https://www.paws-r-sdk.com/docs/ses_create_receipt_rule/ for full documentation.
ses_create_receipt_rule(RuleSetName, After = NULL, Rule)
RuleSetName |
[required] The name of the rule set where the receipt rule is added. |
After |
The name of an existing rule after which the new rule is placed. If this parameter is null, the new rule is inserted at the beginning of the rule list. |
Rule |
[required] A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.