Skip to content
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

Email Configuration Settings #46

Open
pjdufour opened this issue Aug 28, 2015 · 0 comments
Open

Email Configuration Settings #46

pjdufour opened this issue Aug 28, 2015 · 0 comments
Assignees

Comments

@pjdufour
Copy link
Member

Add email configuration settings

EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
EMAIL_HOST = "smtp.gmail.com"
EMAIL_HOST_USER = "[email protected]"
EMAIL_HOST_PASSWORD = 'bar'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
DEFAULT_FROM_EMAIL="[email protected]"
@pjdufour pjdufour changed the title Email Configuration Setting Email Configuration Settings Aug 28, 2015
@pjdufour pjdufour self-assigned this Sep 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant