The Mailer sends an email on its own stream I presume, rather than using the JSP standards PrintWriter, as it's going off to some smtp server somewhere, so the servlet/JSP response-stream isn't an issue here.
Probably the biggest problem for Mailer taglib would be if it can handle attachments. Hen On Mon, 5 Apr 2004, Harry van Rijn wrote: > I'm not quit sure but for this a servlet solution would be more > convenient, as the JSP engine > standard opens/uses a Printwriter ? Anyhow a writer that you can't use > for outputting > pictures, you should use one for streaming. The point is that you cannot > "downgrade" > the standard writer of the JSP engine, to one that handles pictues. > > Harry van Rijn > > Edsard Vegter wrote: > > >Hi, > > > >Using the JSP mailer tags, I can send an HTML emails. Now I'd like to to > >go one step further and have a picture in the email as well. Is it > >possible to embed a jpg of gif in the message??? And if so, how do I do > >this > > > > > > --------------------------------------------------------------------- > 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]