Skip to content

Instantly share code, notes, and snippets.

@mitchtabian
Last active April 2, 2025 13:54
[settings]
EMAIL_HOST_USER[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]>'
@abderahmanmedlemine
Copy link

thanks

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