Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created July 1, 2022 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomichetti/ad0901e697b5ab77d2773e4dfd278efa to your computer and use it in GitHub Desktop.
Save brunomichetti/ad0901e697b5ab77d2773e4dfd278efa to your computer and use it in GitHub Desktop.
# Your settings file
...
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'your.email.host'
EMAIL_USE_TLS = True
EMAIL_PORT = 587
EMAIL_HOST_USER = 'your email host user'
EMAIL_HOST_PASSWORD = 'your email host password'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment