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]

Reply via email to