Skip to content

AWS SDK 2.2.36 causes crash on MAIL FROM #5

@RobbyZ

Description

@RobbyZ

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'

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions