RE: Email with file created on the fly

2004-01-29 Thread Joe Hertz
I see an action that uses the JavaMail API in your future. Nice little QuickStart article can be found here: http://www.javaworld.com/javaworld/jw-10-2001/jw-1026-javamail-p1.html -Original Message- From: hhlow [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 9:41 PM To:

RE: Email with file created on the fly

2004-01-29 Thread Andrew Hill
1. Create the file 2. Email it (duh!) Struts is a web ui framework. It's not about email and all that, so its not really a question of how to do it 'with struts', but more a case of *where* to do it in a struts app - and that depends on when your sending the mail (interactive or batch). Go take

Re: Email with file created on the fly

2004-01-29 Thread Nadeem Bitar
You can use VelocityEmail or VelocityHtmlEmail which are part of turbine. http://jakarta.apache.org/turbine/turbine-2.3/apidocs/org/apache/ turbine/util/velocity/package-frame.html Since these are the only classes that I use from turbine, I just removed these along with commons-mail that is used