Created
June 1, 2015 21:28
-
-
Save panchew/a72e2795a682be2f810d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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