Is there a way you can attach a file to an e-mail message using commons e-mail without having an actual file or URL?
I create xls files using POI in memory and want to attach them to my mails, but instead of just giving the workbook output stream to create the attachment from, I now first have to create the file locally, then ensure the mail has been sent and clean it up again. Is there a better way of doing this? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
