themartorana / python-postmark

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

Add `message_stream` attribute to `PMMail` #94

Closed anulaibar closed 3 years ago

anulaibar commented 3 years ago

Fixes #92

From the docs:

Set message stream ID that's used for sending. If not provided, message will default to the "outbound" transactional stream.

nicholasserra commented 3 years ago

LGTM thanks!