Conor Heine

Results 19 comments of Conor Heine

I will start working on integration tests locally with my own free account. @medmunds, would you be able to setup a free mailtrap account, put the API key and test...

@medmunds I got started on backend unit tests, but I have left several `@unittest.skip("TODO: ...")` on tests that either might not be relevant for Mailtrap, or that have outstanding questions...

My apologies for ghosting. Work and life has been very busy. Good news is that this has been running in a production environment for 3+ months without any issues (nearing...

I have a question. For this integration test case: ```python3 def test_all_options(self): message = AnymailMessage( subject="Anymail Mailtrap all-options integration test", body="This is the text body", from_email=formataddr(("Test From, with comma", self.from_email)),...

For the integration tests of templates, would you please create a template in your mailtrap account? Needed steps: 1. Go to templates to add a new template with these details:...

It appears that bcc testing is not available on their free plan:

My conscience continues to make me feel bad about not finishing this, so I have added minimal integration tests, added fixes for some of the PR comments, squashed the commits,...

> the 3500 messages/month on the free plan will way more than cover Anymail's test sending @medmunds Just a heads-up that the "sandbox" is only limited to 100/month

> > > The `parsed_response` from Mailtrap's API contains: > > > ```json > > > {'success': True, 'message_ids': ['5038769279']} > > > ``` > > > > > >...