Posted By:
Dirk_Erbel
Posted On:
Wednesday, August 21, 2002 07:00 AM
I'm using the Java Mail API (Sample Code)to send a Multipart Mail with Attachment (*.jpg). Everything works fine in JBuilder (German W2K machine). THEN I generate a JAR with all sources.The GUI comes up , then I push the send button and this happens. ### javax.mail.SendFailedException: Sending failed; nested exception is: class javax.mail.MessagingException: IOException while sending message; nested exception is: javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/mixed; boundary="----=_Part_0_16749301.1029937112375" ### Could anyone pleeease help ?!
More>>
I'm using the Java Mail API (Sample Code)to send a Multipart Mail with Attachment (*.jpg).
Everything works fine in JBuilder (German W2K machine). THEN I generate a JAR with all sources.The GUI comes up , then I push the send button and this happens.
###
javax.mail.SendFailedException: Sending failed;
nested exception is:
class javax.mail.MessagingException: IOException while
sending message; nested exception is:
javax.activation.UnsupportedDataTypeException: no object
DCH for MIME type multipart/mixed;
boundary="----=_Part_0_16749301.1029937112375"
###
Could anyone pleeease help ?!
THANKS in advance.
regards DE
<<Less