boto3
library and valid AWS credentials. You can install boto3
via pip:
Parameter | Type | Default | Description |
---|---|---|---|
sender_email | str | None | Verified SES sender address. |
sender_name | str | None | Display name that appears to recipients. |
region_name | str | "us-east-1" | AWS region where SES is provisioned. |
Function | Description |
---|---|
send_email | Send a plain-text email. Accepts the arguments: subject , body , receiver_email . |