postmarker icon indicating copy to clipboard operation
postmarker copied to clipboard

Server pools

Open Stranger6667 opened this issue 9 years ago • 1 comments

It could be useful feature:

>>> server_pool = ServerPool(tokens=['token1', 'token2'])
>>> server_pool.bounces.all()
[<Bounce: 1>, <Bounce: 2>]

It allows users to work with multiple server clients in the same way as with single client

Stranger6667 avatar Oct 05 '16 09:10 Stranger6667

Definitely would be interested in this, I'm trying to split my mail between two Postmark servers (one public, one for "internal" mail) and this would be helpful to be able to manage multiple servers (requiring multiple API keys)

jdotjdot avatar Nov 13 '16 07:11 jdotjdot