We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing ses-proxy via gem / rvm, the latest AWS sdk is pulled (2.2.36).
When a mail client executes a MAIL FROM, for instance:
MAIL FROM: <asdf.com>
The server will crash:
uninitialized constant SesProxy::SmtpServer::AWS Did you mean? Aws
Downgrading AWS SDK to 1.66.0 fixes this, however, it would be more ideal to support the latest SDK.
gem install aws-sdk --version '=1.66.0'
The text was updated successfully, but these errors were encountered:
@RobbyZ I'm working on this, so I think that in this week I'll push a new version on master with support for AWS SDK 2
Sorry, something went wrong.
No branches or pull requests
When installing ses-proxy via gem / rvm, the latest AWS sdk is pulled (2.2.36).
When a mail client executes a MAIL FROM, for instance:
MAIL FROM: <asdf.com>
The server will crash:
Downgrading AWS SDK to 1.66.0 fixes this, however, it would be more ideal to support the latest SDK.
gem install aws-sdk --version '=1.66.0'
The text was updated successfully, but these errors were encountered: