boto3-ses
Package — EmailPython 3.7+Intermediate
Send email via Amazon SES using boto3
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- boto3 (SES via boto3)
- Install
pip install boto3
Learn by Difficulty
Quick Example
python
# Install: pip install boto3 import boto3_ses # Basic boto3-ses usage print(f"Using boto3-ses") # See documentation for detailed examples
boto3-ses is a third-party package. Send email via Amazon SES using boto3. Install with: pip install boto3
Try in PlaygroundTags
packageemailmessagingcommunication