I would check the archives.  This question has been asked/answered
many times before.

On Fri, Jun 6, 2008 at 10:28 AM, Jan Grathwohl
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> what is the preferred way to send HTML email messages from a Wicket
> application? I could not find anything related to sending email in the
> Javadocs, and no examples on the web.
>
> My idea was to create a Wicket page for the content of the email, render
> this page into a String, and then send the email with the Jakarta Commons
> mail client. But I could not figure out how to do that either. Is this
> possible, to instantiate a new WebPage object, set the necessary fields, and
> then render it into a String variable instead of writing it to the HTTP
> response? If yes, could somebody tell me what I have to do?
>
> BR and Thanks,
>
> Jan
>
>
>
> ---------------------------------------------------------------------
> 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