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
The mail_safe gem is interacting with the PostageApp response object as if it was a Mail message and produces errors like this:
mail_safe
undefined method `[]' for #<PostageApp::Request:0x007fddc4827d10>
This requires implementing the [] method for PostageApp::Request.
[]
The text was updated successfully, but these errors were encountered:
This should be addressed in version 1.2.0 but additional testing is required.
Sorry, something went wrong.
tadman
No branches or pull requests
The
mail_safe
gem is interacting with the PostageApp response object as if it was a Mail message and produces errors like this:This requires implementing the
[]
method for PostageApp::Request.The text was updated successfully, but these errors were encountered: