generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Description
Hi,
SES send_email call should have the SendArn parameter.
In the organizational context, SES identities are often defined on a dedicated aws account
Lines 267 to 283 in eae99cc
response = client.send_email( | |
Source=SENDER, | |
Destination={ | |
'ToAddresses': RECIPIENT | |
}, | |
Message={ | |
'Body': { | |
'Html': { | |
'Data': BODY_HTML | |
}, | |
}, | |
'Subject': { | |
'Charset': 'UTF-8', | |
'Data': SUBJECT, | |
}, | |
}, | |
) |
Metadata
Metadata
Assignees
Labels
No labels