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]

Reply via email to