Re: send_mail - how do you set up the SMTP server.

2006-10-25 Thread MerMer
Thanks Don, I've now found it. As default, the setting file had not been set up with an Email_host which is why I missed it. MerMer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: send_mail - how do you set up the SMTP server.

2006-10-25 Thread Don Arbow
On Oct 25, 2006, at 6:50 AM, MerMer wrote: > > I've looked through the official docs regarding sending an email but I > can't find any explanation on how to point to a particular SMTP > server. In your settings file, you need to override the global setting EMAIL_HOST. Look in the file globa

send_mail - how do you set up the SMTP server.

2006-10-25 Thread MerMer
I've looked through the official docs regarding sending an email but I can't find any explanation on how to point to a particular SMTP server. How to I set up the SMTP server so that the send_mail function works? MerMer --~--~-~--~~~---~--~~ You received this