Thanks Dave, work! message.html = template.render(config.TEMPLATES_DIR + 'mails/nouser- outbox-notification.html', template_values)
On 30 oct, 00:51, "David Symonds" <[EMAIL PROTECTED]> wrote: > 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 renderemailtemplatesexactly the same way as HTMLtemplates. > You'll just be passing the result on to theemailAPI 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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---
