postmark-gem icon indicating copy to clipboard operation
postmark-gem copied to clipboard

Official Ruby client library for the Postmark HTTP API

Results 4 postmark-gem issues
Sort by recently updated
recently updated
newest added

# JIRA - https://activecampaign.atlassian.net/browse/PM-1734 # What - Adds support for CustomTracking in the postmark gem. - Since the gem directly communicates with the API, all responses already include the changes...

I'm still getting this issue in 2025 and none of the prior solutions that people say work, work anymore... ``` client = Postmark::ApiClient.new(ENV.fetch("POSTMARK_API_TOKEN"), { http_ssl_version: :TLSv1_2 }) ```

Hi, I am using v1.25.1 and I received: ``` Postmark::TimeoutError Net::ReadTimeout (Postmark::TimeoutError) ``` ...error while using the `delete_suppressions` method. I don't see a reason why it's not wrapped in `with_retries`,...