Re: Problems sending email with django

2022-06-09 Thread Roger Gammans
Hi I've used mailjet in a Django app. Both using the rest API with requests, ( for our transactional mails )and via authenticated SMTP for our error alerts. I don't recall any specific challenges on the Django side , although setting up domain vaith was a bit more involved iirc. Are you havin

Re: Problems sending email with django

2022-06-09 Thread adeyinka newton
use hotmail open an account with hotmail and make sure u verify the account with your number EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_PORT = 587 EMAIL_USE_TLS = True EMAIL_HOST = 'smtp-mail.outlook.com' EMAIL_HOST_USER = "theaccountem...@hotmail.com" EMAIL_HOST_PASSWORD

Problems sending email with django

2022-06-08 Thread Israel Akinoso
Please is there anyone who has integrated mailjet into their django project, I really need guidance -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-user