Hi, I'm having an odd problem with the MultiPartEmail that I'm using in my web app. I use this to send an email message when an error occurs. The email message gets sent, but it arrives without the attachments and without a message. Oddly, this works fine from my dev machine (Win XP, Tomcat 4.1.12), but not from my production machine (Linux, Tomcat 4.1.18).
I tried the obvious -- I've used a log statement to confirm that the MultiPartEmail.setMsg gets the correct message text, and that the file attachments are created -- No exceptions are thrown. -- SimpleEmail (used for other error reporting tasks) works fine Anyone have any ideas? Thanks in advance. WILL
