This PR implements support for passing a MessageStream kwarg when sending emails. Without the MessageStream kwarg passed in, Postmark will default to the default transactional message stream. By passing in a MessageStream kwarg with a string value representing the message stream, the consumer of this package can specify a custom message stream to use.
This PR implements support for passing a
MessageStream
kwarg when sending emails. Without theMessageStream
kwarg passed in, Postmark will default to the default transactional message stream. By passing in aMessageStream
kwarg with a string value representing the message stream, the consumer of this package can specify a custom message stream to use.The Postmark API documentation supporting this change can be viewed here: https://postmarkapp.com/developer/user-guide/send-email-with-api
This change was discussed briefly in the
postmarker
Gitter channel: https://gitter.im/Stranger6667/postmarker?at=5fa9ba3c8a236947ba9642abThank you, Colin