Closed hkhanna closed 3 years ago
Hello, just wanted to bump this PR because we'd like to start using Postmark broadcast streams and can't until this is merged. Happy to help with testing or whatever else is needed to get this merged!
Agreed! I'd love to get this merged as well. @themartorana let me know if there is anything you need from me.
Thanks! Sorry for the delay.
Was this manually tested? I'll likely do the same. Think theres a unit test we can add too? Will look more in depth asap.
Thanks! Sorry for the delay.
Was this manually tested? I'll likely do the same. Think theres a unit test we can add too? Will look more in depth asap.
Yup, I manually tested it back in August and confirmed it selected the correct stream on Postmark
.
Added a unit test and made the requested changes. Thanks @nicholasserra! Hope we can get this merged soon.
Thank you :) I'll check this out this week.
Tested LGTM thank you
I'll try to get this out in a new version ASAP
94 allowed the
PMMail
class to add amessage_stream
, but this functionality was not provided to the ordinary django_backend. This PR allows a developer to set themessage_stream
attribute on theEmailMessage
instance to use a non-default message stream.