Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@panchew
Created June 1, 2015 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save panchew/a72e2795a682be2f810d to your computer and use it in GitHub Desktop.
Save panchew/a72e2795a682be2f810d to your computer and use it in GitHub Desktop.
A library that uses the Postmark-Server-Token:
- It should get delivery stats (to parse them by Type and detect whether or not iterate over bounces)
- It should get bounces (for those types whose count is greater than zero)
- It should get single bounce to parse details
- It should have logic to (maybe?) have external input to decide to attempt re-send (activate)
# I like using HTTParty but Typhoeus could work very well here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment