On Wed, Oct 29, 2008 at 1:46 PM, faemino <[EMAIL PROTECTED]> wrote:

> I have read API and searching in this group about how to send emails
> using a template without any solution or idea.
> Are there some way to do that? maybe there aren't this feature in GAE
> and I need do it with django way, it's possible?

You can render email templates exactly the same way as HTML templates.
You'll just be passing the result on to the email API instead of
self.response.out.write().


Dave.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to