Class | AWS::SimpleEmailService::EmailAddressCollection |
In: |
lib/aws/simple_email_service/email_address_collection.rb
|
Parent: | Object |
Helps you manage your verified SimpleEmailService email addresses. @note This class is deprecated. Please use
{SimpleEmailService#identities} instead.
@param [String] email_address An email address to remove from the list
of verified email addresses. Useful for cleanup as there is a 100 email address limit.
@return [nil] @note This method is deprecated.
Yields each verified email address as a string. @return [nil]
yielded.
@note This method is deprecated.
Requests for an email address to be verified. An email will be sent to the given `email_address` with a link to click. Once the link has been followed the `email_address` will be verified.
@param [String] email_address The email address to verify. @return [nil] @note This method is deprecated.