django-anymail
django-anymail copied to clipboard
Add support for Mailtrap
Hi, and thanks for creating such a great library! I would love to have Mailtrap support, and I figured it would be helpful if I started on that. This is very much a work-in-progress, as I'm still trying to understand how to handle all of the features that Anymail provides, and whether those features are supported by Mailtrap. I have already caught at least one category of features that Mailtrap does not support: inbound emails ~~and reply-to~~.
If anyone would be willing to provide some feedback on what I have, and any guidance on how to continue, I would appreciate it, and I will be sure to add tests and documentation.
~~I am also having trouble getting local builds and tests to work, or I would have started on adding tests. If someone could point me in the direction of minimal steps to get tests working on Ubuntu, I would appreciate it. (The contributing docs don't seem to work for me).~~
Cheers
TODO
- [x] Webhooks
- [x] Backend
- [x] Webhooks tests
- [x] Backend tests
- [ ] Integration tests
- [ ] Update documentation
- [x] Update build/dependency/test configurations