1 Blog Entry tagged: gmail


Using Gmail's SMTP server from Django

  • August 31st, 2008 (1 year, 6 months ago)

Ever since changeset 5144 Django has had the ability to send email directly through Gmail with a few extra settings in your settings.py file. I recently set up a server using Ubuntu and had no intention of receiving email on it, but I did, however, want my website to be able to send email, so this is a great solution for that case.

Gmail

Consider creating a new email account from which the email will be sent. I like to do this for a few reasons:

  1. For security reasons I don't want to list my password of my ...

Read the rest »

About this entry

Date Posted:
August 31st 2008 at 11:08:28 PM

Tagged:
django, email, gmail