Hi Dave,

On Jan 8, 3:36 pm, Dave <ddev...@gmail.com> wrote:
> I am having a problem that I hope has an easy answer although I've
> looked high and low for an answer. I am using app engine with
> appenginepatch, including Django 1.x. When I attempt to send an email
> I get an 'herror" Exception with Exception Value "(1, uknown host)".
> From the error output, line 111 is what seems to be raising the
> Exception is below:

Did you configure the email server in your settings.py? See here for a
reference:
http://docs.djangoproject.com/en/dev/ref/settings/#email-host
There's also DEFAULT_FROM_EMAIL and SERVER_EMAIL.

Bye,
Waldemar Kornewald
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to