django-mailjet icon indicating copy to clipboard operation
django-mailjet copied to clipboard

A Django email backend for use with Mailjet (un-official project)

Results 5 django-mailjet issues
Sort by recently updated
recently updated
newest added

Hello @kidig , I found your work on django-mailjet really interesting! I work as an API Ecosystem Developer for Mailjet and I am trying to improve our API's accessibility in...

Filed following issue on the mailjet support channel (see below). After some back and forth discussions, mailjet support concluded: _"Django is not written by us, and it received an update...

I use allauth for user registration, login, etc... It all works with SMTP Mail Jet settings but after I install django-mailjet (do not matter, with custom or latest mailjet_rest, after...

Add CI tests. Travis?..

Using `MailjetBackend` with the following Django code: ``` email = EmailMessage(subject, message, from_email, recipients) email.content_subtype = 'html' email.send() ``` ... where `message` contains some HTML tags is sending to the...

bug