Hello, ListI need to sent e-mail from my application. Currently I'm studying JavaMail package - it's not very simple but the question is WebObjects-related. The message body should be generated from WOComponent. But I don't know how to make WOComponent generate HTML.
The only way I know to make HTML from WOComponent is generateResponse() and appendToResponse(WOResponse,WOContext). (Which one is better by the way?) But both of them work in context of request-response loop. Sending mail is to be scheduled - so when performing the task I don't have WOContext - it is not initialised with WORequest - because there is no request when in scheduled action. The question is : How can I generate HTML from WOComponent without WOContext or how to get WOContext not in R-R loop. Gennady Kushnir
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
