postmarker
postmarker copied to clipboard
Server pools
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
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)