
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Postmark allows you to send your emails with high delivery rates. It also includes detailed statistics. In addition, Postmark can parse incoming emails which are forwarded back to your application.
This gem is the official wrapper for the Postmark HTTP API.
Please see the wiki for detailed instructions about sending email, using the bounce api and other Postmark API features. For details about Postmark API in general, please check out Postmark developer docs.
You will need a Postmark account, server and sender signature (or verified domain) set up to use it. For details about setup, check out wiki pages.
If you plan using the library in a Rails project, check out the postmark-rails gem, which is meant to integrate with ActionMailer. The plugin will try to use ActiveSupport JSON if it is already included. If not, it will attempt to use the built-in Ruby JSON library.
You can also explicitly specify which one to be used, using following code:
Postmark.response_parser_class = :Json # :ActiveSupport or :Yajl are also supported.
You can use the library with or without a Bundler.
With Bundler:
gem 'postmark'
Without Bundler:
gem install postmark
Deprecations can be either silenced or set to raise using:
Postmark::Deprecations.behavior = :silence
Postmark::Deprecations.behavior = :raise
See CONTRIBUTING.md file for details.
Feel free to contact us if you encounter any issues with the library or Postmark API. Please leave all comments, bugs, requests and issues on the Issues page.
The Postmark Ruby library is licensed under the MIT license. Refer to the LICENSE file for more information.
The integration tests currently use a real test email address, configured via POSTMARK_CI_RECIPIENT
.
Copyright © 2023 ActiveCampaign LLC.
FAQs
Unknown package
We found that postmark demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.