azavea / django-amazon-ses

A Django email backend that uses Boto3 to interact with Amazon Simple Email Service (SES).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need AssumeRole support

marvelph opened this issue · comments

Hello.

I want to use AssumeRole to use SES from another AWS account.
Can I add something like AWS_SES_ROLE_ARN to the configuration?

Thank you.

@marvelph, I made a PR which should support role arn if you want to try it?