These forums are read-only!
How to set up a SMTP server? (for Django)
  • Hi,

    I need to set up a smtp server, purely for Django.

    Is there a simplest way of getting started, I saw howtoforge and got it working but for the life of me, couldn't figure out how to actually add users, etc.

    FWIW, I'm on Ubuntu Gutsy (planning to move to Hardy Heron).

    Can any veterans please give suggestions on the easiest path to set a working smtp server?

  • Actually, you can save the hassle of putting in the SMTP server and go with something like, http://nathanostgard.com/archives/2007/7/2/gmail_and_django/
  • Nice! Never thought about that solution before, it fits perfectly for now :)

    Thanks bryan!