Re: how to create multi-payload message
Posted By:
Christopher_Koenigsberg
Posted On:
Saturday, March 26, 2005 06:54 AM
You can make a multi-part message, using the JavaMail API, is that what you mean? where it handles the boundaries etc. separating the parts, for you.
You can also construct the message manually, like we did in the good old days, if that's what you mean by putting the boundary in yourself? you write your content headers yourself, you write the parts, you write the boundary lines, etc.