sending e-mail with attachment
807606Mar 6 2007 — edited Mar 7 2007I am creating a distributed application, and am intending to send out the resulting files to the user as zipped file. Can someone suggest something ? any tutorial as a starting point ? Also, should I do that through Java Bean or JSP (if it is possible through JSP).
I can zip files, but am a bit lost in sending out e-mail with attachments.
Thanks.