Smaws_Client_SES.SendEmailComposes an email message and immediately queues it for sending. To send email using this operation, your message must meet the following requirements:
SendEmail operation several times to send the message to each group.For every message that you send, the total number of recipients (including each recipient in the To:, CC: and BCC: fields) is counted against the maximum number of emails you can send in a 24-hour period (your sending quota). For more information about sending quotas in Amazon SES, see Managing Your Amazon SES Sending Limits in the Amazon SES Developer Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `AccountSendingPausedException of Types.account_sending_paused_exception
| `ConfigurationSetDoesNotExistException of
Types.configuration_set_does_not_exist_exception
| `ConfigurationSetSendingPausedException of
Types.configuration_set_sending_paused_exception
| `MailFromDomainNotVerifiedException of
Types.mail_from_domain_not_verified_exception
| `MessageRejected of Types.message_rejected ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.send_email_request ->
(Types.send_email_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AccountSendingPausedException of Types.account_sending_paused_exception
| `ConfigurationSetDoesNotExistException of
Types.configuration_set_does_not_exist_exception
| `ConfigurationSetSendingPausedException of
Types.configuration_set_sending_paused_exception
| `MailFromDomainNotVerifiedException of
Types.mail_from_domain_not_verified_exception
| `MessageRejected of Types.message_rejected ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.send_email_request ->
(Types.send_email_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AccountSendingPausedException of Types.account_sending_paused_exception
| `ConfigurationSetDoesNotExistException of
Types.configuration_set_does_not_exist_exception
| `ConfigurationSetSendingPausedException of
Types.configuration_set_sending_paused_exception
| `MailFromDomainNotVerifiedException of
Types.mail_from_domain_not_verified_exception
| `MessageRejected of Types.message_rejected ]
* Smaws_Lib.Response.metadata)
Stdlib.result