Henri Dupre has created an hivemind email service you should take a look at.
http://www.actualis.com/tapestry/tapestry-email-0.1.0.zip

This service creates a new RequestCycle with its own EmailBaseEngine.

There is a thread on this list called "tapestry email service".


Marcus



On 5/29/06, Aslak Grønflaten <[EMAIL PROTECTED]> wrote:
Hi,

I want to send a mail from a service that is running periodically,
and not as a part of a request cycle.
However, I'd like that mail to be an html mail, containing some
components that I use on the website.

Since I have no request cycle, how would I go about to render the page?
Can I hook into AbstractEngine, IPageSource or any other tapestry
services, to render a page (to a string, which I'd mail)
or should I go the "easy way" of simply calling the my web server
with an Http request ?
The latter feels like a hack, but maybe it's actually the correct way
to go?

Thanks for any comments,

  Aslak

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to