-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple AWS accounts #16
Comments
Hi @roshanjonah,
|
I have a similar issue: The SES identity that I'm sending mails as is in a different AWS account. It is my understanding that for cross-account sending, the ARN of the identity needs to be passed to SES either via the Unfortunately the SMTP client I'm using does not support adding custom headers to the email so it seems to me that |
Yes, providing the If we add it, we probably wanna add support for This capability would have to be added to the project as a configuration parameter, similar to the other options: |
Not sure if it helps, but we were able to do cross account sending by setting the |
@mmacaula Setting those secrets as environment variables somewhat defeats the purpose of this project:
If you are ok to use credentials to send emails, I would recommend you to make use of the official SMTP APIs instead: |
Great piece of software!
We have multiple AWS accounts and was wondering if there was a way to tell the program which one to use based on the FROM addresses or simply just which account to send it through.
Also is there a way to set throttle so it sticks to thresholds given by AWS?
Is increase capacity equal to simply upgrading the server to higher specs or do we need to make any code changes to handle higher concurrent loads?
The text was updated successfully, but these errors were encountered: