This message was deleted.
# general
s
This message was deleted.
b
@bulky-agent-73210 I believe AWS SES SMPT credentials are actually IAM credentials, so you'd need to create an IAM user with an access key and secret key, assign the
ses:SendRawEmail
permission then retrieve those values from the iam user
b
Thanks, I’ll look into that