themartorana / python-postmark

Postmark library for Python 2.6 and greater
http://davemartorana.com
MIT License
199 stars 83 forks source link

Provide a MessageStream parameter #92

Closed cel03 closed 3 years ago

cel03 commented 3 years ago

Postmark service

Postmark API supports to set a MessageStream which the e-mail must be sent througth.

Use case

A use case is to allow users that send only transactional e-mail use the MessageStream dedicated for it.

Proposal

Python-postmark should provide a "message_stream" string parameter that allows to set which MessageStream to use.

nicholasserra commented 3 years ago

Thanks for the suggestion. Seems like a simple patch to get this in. PRs welcome! Otherwise I probably won't pick this up myself for a while.

anulaibar commented 3 years ago

@nicholasserra Any release planned with #94 ?

nicholasserra commented 3 years ago

I'll try to get a release out this week

nicholasserra commented 3 years ago

0.5.6 released