First time here? Check out the FAQ!

Revision history  [back]

How to setup email notifcation

I am trying to figure out how to setup email notification. I see settings file has following

#outgoing mail server settings
SERVER_EMAIL = ''
DEFAULT_FROM_EMAIL = ''
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_SUBJECT_PREFIX = ''
EMAIL_HOST=''
EMAIL_PORT=''
EMAIL_USE_TLS=False
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'

lets say I want to use a gmail account to handle email notification that get send out from my system (Just like how askbot does) How should I set this up.