The thing to note here is that the tapx-templating needs to run in a
completely separate tapestry app for generating the emails. Thus, if (like
me), you want to be able to send HTML email from your current tapestry5 app,
this doesn't work (at least not trivially).

I use the chenillekit-templating module with FreeMarker to generate HTML
emails within my T5 app .

Regards,

Alex K

On Wed, Apr 28, 2010 at 2:36 AM, Igor Drobiazko <igor.drobia...@gmail.com>wrote:

> Try tapx-templating
> http://tapestry.formos.com/projects/tapx/tapx-templating/
>
> An example can be found here:
>
> http://github.com/hlship/tapx/blob/master/tapx-templating/src/test/java/com/howardlewisship/tapx/templating/integration/SendMail.java
>
> On Tue, Apr 27, 2010 at 10:58 PM, Robert Hailey <rob...@cmediacorp.com
> >wrote:
>
> >
> > I'd like to have my tapestry web-app generate emails on particular
> actions.
> > I've seen various methods of using tapestry 3 & 4 to send an email, but
> have
> > not found a good recipe for tapestry 5.
> >
> > Is there a way (for example) to deliver a different markup writer to a
> > page's component, which can then be dumped into an email?
> >
> > --
> > Robert Hailey
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
> >
>
>
> --
> Best regards,
>
> Igor Drobiazko
> http://tapestry5.de/blog
>

Reply via email to