All of the form data is in a form been and I don't know of any way to pass that to a URLConnection.
Also ... I don't want to email the form. I am emailing something that looks like the form, but instead of a textarea and the like ... I need to put the results of the form. On Wed, 2002-04-24 at 23:08, Jeffrey Bonevich wrote: > Could you open an InputStream on an URLConnection on the jsp page, then > read that stream into the mail object? That would be one way to do it > and leverage the existing app. > > jeff > > > Edward Muller wrote: > > > I have an internal application that needs to send a html email > > (management choice, not mine). The application is a mini struts > > application, but I need to manually format the html email using a large > > string and constantly appending to it and then I send the email via > > javamail. > > > > Does anyone know of a better way? > > > > I'd like to just pass my form bean to another jsp, get the results back > > (formatted as HTML) and then use javamail to send the email... > > > > > > > > > -- > Jeffrey Bonevich > Ann Arbor, Michigan > [EMAIL PROTECTED] > http://www.bonevich.com > > Hw�t! W� G�r-Dena in ge�r-dagum, > peod-cyninga, prym gefr�non, > h� �a aepelingas ellen fremedon! > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- -------------------------------------------------- Edward Muller - Director of Information Services LearningPatterns.com Inc. Mobile: 973.715.0230 NYC: 212.487.9064 x115 Email/Jabber: [EMAIL PROTECTED] http://www.learningpatterns.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

