Smaws_Client_SES.SendCustomVerificationEmailAdds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it. As a result of executing this operation, a customized verification email is sent to the specified address.
To use this operation, you must first create a custom verification email template. For more information about creating and using custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ConfigurationSetDoesNotExistException of
Types.configuration_set_does_not_exist_exception
| `CustomVerificationEmailTemplateDoesNotExistException of
Types.custom_verification_email_template_does_not_exist_exception
| `FromEmailAddressNotVerifiedException of
Types.from_email_address_not_verified_exception
| `MessageRejected of Types.message_rejected
| `ProductionAccessNotGrantedException of
Types.production_access_not_granted_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.send_custom_verification_email_request ->
(Types.send_custom_verification_email_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ConfigurationSetDoesNotExistException of
Types.configuration_set_does_not_exist_exception
| `CustomVerificationEmailTemplateDoesNotExistException of
Types.custom_verification_email_template_does_not_exist_exception
| `FromEmailAddressNotVerifiedException of
Types.from_email_address_not_verified_exception
| `MessageRejected of Types.message_rejected
| `ProductionAccessNotGrantedException of
Types.production_access_not_granted_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.send_custom_verification_email_request ->
(Types.send_custom_verification_email_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ConfigurationSetDoesNotExistException of
Types.configuration_set_does_not_exist_exception
| `CustomVerificationEmailTemplateDoesNotExistException of
Types.custom_verification_email_template_does_not_exist_exception
| `FromEmailAddressNotVerifiedException of
Types.from_email_address_not_verified_exception
| `MessageRejected of Types.message_rejected
| `ProductionAccessNotGrantedException of
Types.production_access_not_granted_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result