1👍
✅
For example settings for sending through Gmail:
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_HOST_USER = 'example@gmail.com'
EMAIL_HOST_PASSWORD = 'you_password'
EMAIL_USE_TLS = True
Source:stackexchange.com