Skip to content

Instantly share code, notes, and snippets.

@mitchtabian
Last active April 2, 2023 14:05
Show Gist options
  • Save mitchtabian/6b6a650b4b809ca2f40295e5fe7a40e7 to your computer and use it in GitHub Desktop.
Save mitchtabian/6b6a650b4b809ca2f40295e5fe7a40e7 to your computer and use it in GitHub Desktop.
[settings]
[email protected]
EMAIL_HOST_PASSWORD=your_app_password_here
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_USER = '[email protected]'
EMAIL_HOST_PASSWORD = 'your_app_password_here'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
DEFAULT_FROM_EMAIL = 'CodingWithMitch Team <[email protected]>'
@nishantnagen
Copy link

i can only send the reset password on one mail id which was i entered as a host id others id's password cant be reset please help me to solve this problem
[email protected]

@NED-dev-2020
Copy link

C'est trop cool

@obago369
Copy link

Nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment