Expand description
Validation utilities for SES operations.
Provides tag validation and basic email address format checks.
Functionsยง
- extract_
domain - Extract the domain from an email address.
- validate_
email_ address - Basic email address validation.
- validate_
tag_ name - Validate a message tag name.
- validate_
tag_ value - Validate a message tag value.
- validate_
tags - Validate a list of message tags (name/value pairs).