1 Blog Entry tagged: gmail
Using Gmail's SMTP server from Django
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:
- For security reasons I don't want to list my password of my ...