Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 459 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 459 Bytes

Django-Mass-Mail

Optional Text

You Might Need To Setup This Things First

EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' 
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = 'Your gmail'
EMAIL_HOST_PASSWORD = 'Your gmail password'