Could there be some sort of permissions issue or something? I would try and update your dev to use tomcat 4.1.1.18 as a first stop.. Also, you can turn on detailed smtp messageing that might point it out.. Eric
-----Original Message----- From: Will Glass-Husain [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 6:00 PM To: [EMAIL PROTECTED] Subject: email problem with MultiPartEmail 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
