Skip to main content
AWSSESTool enables an Agent to send emails using Amazon Simple Email Service (SES).

Prerequisites

The following example requires the boto3 library and valid AWS credentials. You can install boto3 via pip:
You must also configure your AWS credentials so that the SDK can authenticate to SES. The easiest way is via the AWS CLI:
Make sure to add the domain or email address you want to send FROM (and, if still in sandbox mode, the TO address) to the verified emails in the SES Console.

Example

The following agent researches the latest AI news and then emails a summary via AWS SES:
aws_ses_tools.py

Toolkit Params

Toolkit Functions

Developer Resources