EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' # added by me
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_HOST_USER = 'xxa...@gmail.com'
EMAIL_HOST_PASSWORD = '122hhhlll'
EMAIL_USE_TLS = True
using Sendmail code that we added in our Django project
You really added sendmail code to your Django project? Or did you configure your Django project to use sendmail?
There is no single answer to what you are asking. What I do, and I also propose to people to do, is:
As for regularly emailing members, again I'd use an external
service such as mailchimp, but I have no experience integrating
such a service with a Django app.
Antonis Christofides +30-6979924665 (mobile)
--
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-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BOi5F0C17vnf4vEvZgMYha0b2XB49iZpJ4UzqKb56-Tmar-cQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e8186cd2-9a0e-899c-227f-489ae74cf227%40antonischristofides.com.