-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No mails sent with django 1.10.1 #4
Comments
Did you fill the |
Dear support Yes, in the sense that the key is in an environment variable and settings.py contains: EMAIL_USE_TLS = True When I send a test mail, I do this: Note: I see also module “mailjet-rest 1.2.2” is installed. Is that required? Could it clash with with “django-mailjet 0.2.0”? Thank you for your help. Regards
|
Also, please check that your 'from_email' argument matched with one of emails in the Email addresses list - https://app.mailjet.com/account/sender. And sure, the |
Indeed, this is the case:
|
Not an issue with Django. PR #3 should fix the issue. Would be nice to have a new release instead of using git to deploy. |
If this issue was fixed, can we close it?.. |
same problem here the only thing that's needed to fix it is the change on line #45 in that PR here without that, if you specify |
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 Sept 9th on their github, at that time it stopped working. This is why you must consult Django's support in order to find out what they changed on their side for it to stop working."
So getting back here: did anyone face the same issue?
Thank you for your help
DJ
I want to send authentication and other mails from a django application using MailJet
SETUP:
OSX 10.11.6
using django 1.10.1, python 2.7.10
On my domain, I have entered SPF & DKIM records. They are confirmed to be OK by MailJet status page.
Package: django-mailjet=0.2.0
PROBLEM:
When I test mailjet using curl from command line, it works fine, but when executing send_mail from python, no mail is sent. Nothing appears in the MailJet stats, but I do get a return value of '1' from the send_mail call:
(venv) Davy@Davys-iMac:~/SWE/gitrepos/django_swingit$ python manage.py shell
Python 2.7.10 (default, Oct 23 2015, 19:19:21)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
The text was updated successfully, but these errors were encountered: