AWS SDK for .NET Documentation
SendRawEmail Method (request)
AmazonAmazon.SimpleEmailAmazonSimpleEmailServiceSendRawEmail(SendRawEmailRequest) Did this page help you?   Yes   No    Tell us about it...
Sends an email message, with header and content specified by the client. The
CopyC#
SendRawEmail
action is useful for sending multipart MIME emails. The raw text of the message must comply with Internet email standards; otherwise, the message cannot be sent. You can only send email from verified email addresses and domains. If you have not requested production access to Amazon SES, you must also verify every recipient email address except for the recipients provided by the Amazon SES mailbox simulator. For more information, go to the Amazon SES Developer Guide.

The total size of the message cannot exceed 10 MB. This includes any attachments that are part of the message.

Amazon SES has a limit on the total number of recipients per message: The combined number of To:, CC: and BCC: email addresses cannot exceed 50. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call Amazon SES repeatedly to send the message to each group.

For every message that you send, the total number of recipients (To:, CC: and BCC:) is counted against your sending quota - the maximum number of emails you can send in a 24-hour period. For information about your sending quota, go to the Amazon SES Developer Guide.

Declaration Syntax
C#
Parameters
request (SendRawEmailRequest)
Container for the necessary parameters to execute the SendRawEmail service method.
Return Value
The response from the SendRawEmail service method, as returned by SimpleEmailService.
Exceptions
ExceptionCondition
MessageRejectedException Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)