SES send email example doesn't work #4200
Labels
documentation
This is a problem with documentation.
p2
This is a standard priority issue
service-api
This issue is caused by the service API, not the SDK implementation.
ses
Describe the issue
The example for sending email in https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ses/client/send_email.html
does NOT work. It seems it has some extra empty parameters that the API doesn't support.
Removing these lines at the end of the example make it work:
ReplyToAddresses=[
],
ReturnPath='',
ReturnPathArn='',
SourceArn='',
Links
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ses/client/send_email.html
The text was updated successfully, but these errors were encountered: