Have a look at this also! http://docs.djangoproject.com/en/dev/topics/email/
On Dec 15, 8:48 pm, Oliver Beattie <[email protected]> wrote: > http://docs.djangoproject.com/en/dev/ref/settings/#email-host > > On Dec 15, 7:25 pm, prem1er <[email protected]> wrote: > > > Didn't know about this. Where do I set the EMAIL_HOST parameter? > > > On Dec 15, 1:35 pm, "Karen Tracey" <[email protected]> wrote: > > > > On Mon, Dec 15, 2008 at 1:01 PM, prem1er <[email protected]> > > > wrote: > > > > > Hey everyone, > > > > I'm trying to create a registration page on my website using Django > > > > forms. I just realized that I needed to install a mail server in > > > > order to send confirmation messages to my users through the forms. > > > > What type of setup is everyone using for this? i.e. Postfix + mutt. > > > > Thanks in advance. > > > > Why do you have to install a mail server? Can you not simply set > > > EMAIL_HOST, etc. to point to an existing mail server that you have access > > > to > > > and authority to send mail through? > > > >http://docs.djangoproject.com/en/dev/topics/email/ > > > > Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

