https://issues.apache.org/bugzilla/show_bug.cgi?id=50046
--- Comment #3 from Sebb <[email protected]> 2010-10-05 19:39:33 EDT --- My testing generated the following error if there was no body: java.io.IOException: No content In order to suppress this, I had to add the following: message.setText(""); which results in an empty body. This can be achieved with the current code by ensuring that: - there are no files - the message field is empty - "send plain body" is checked Does that not do what you want? If not, what is wrong with the output? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
