1)Install Exim
#apt-get update
#apt-get upgrade
#apt-get install exim4-daemon-light mailutils
2)Configure Exim
#dpkg-reconfigure exim4-config
3)
Settings.py Changes
EMAIL_HOST = 'localhost'
EMAIL_PORT = 25
#apt-get update
#apt-get upgrade
#apt-get install exim4-daemon-light mailutils
2)Configure Exim
#dpkg-reconfigure exim4-config
3)
Settings.py Changes
EMAIL_HOST = 'localhost'
EMAIL_PORT = 25
https://docs.djangoproject.com/en/1.5/topics/email/
ReplyDelete