mailjet / mailjet-apiv3-python

[API v3] Python Mailjet wrapper

Home Page:https://dev.mailjet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django support

lorddaedra opened this issue · comments

I found https://github.com/kidig/django-mailjet, may be merge it and set official status as part of Python client?..

Hi @lorddaedra, thanks for sharing feedback here. We indeed have this community project which we didn't yet get a chance to give a deep review. Did you successfully make use of it on your end?

@arnaudbreton
Hi :-)

Not yet. I'm new user of Mail Jet (used SMTP for testing). Going to try Mail Jet with it (https://github.com/kidig/django-mailjet) soon (in next 3 days)..

But it looks good and works based on feedback of other people..
I request some changes, I opened

kidig/django-mailjet#6
kidig/django-mailjet#7
kidig/django-mailjet#8

I hope with help of @kidig we fix them.

After fix of this issues and my tests I expect I can recommend to provide link to this package or merge it may be..

Also you may be interested to check https://github.com/elbuo8/sendgrid-django, this project do same goal but for Send Grid.

@lorddaedra thanks for the very comprehensive feedback, very useful to us. Looking forward to hear back on how your tests go.

We'll look into it deeper in the coming weeks.
Best

Hello all,

We're exploring this option. Since this issue is old it will be closed. Any new updates will be provided on the wiki and GITHUB.

Regards,
T.

For anyone reading this in 2020, it seems that it's now easy to use Mailjet with Django using django-anymail . I wrote some notes based on my experience from a personal project @ https://pnote.eu/notes/django-app-engine-sending-email/