Email
Test Your Amazon SES API Key
Test your Amazon SES credentials with the send email endpoint. Securely validate your credentials.
Amazon SESServer Side Only
Test your Amazon SES credentials with the send email endpoint
Terminal Required
This API cannot be tested directly in the browser due to CORS or security restrictions. Use the generated command below in your terminal.
# Amazon SES requires complex signature generation v4.
# Using AWS CLI is recommended:
aws ses send-email \
--from sender@example.com \
--destination ToAddresses=recipient@example.com \
--message Subject={Data="Test email"},Body={Text={Data="Hello World"}} \
--region us-east-1 \
--profile default # Configure your profile with provided key/secret