I have a struts-action, and when that action is called i would like to create and return a simple eml or msg file that can be opened in outlook.

This is can do just fine with a basic email-message. I just saved an email as eml from outlook and studied its content. Then created a string in my action and returned it as a stream with the correct content-type and extension.

But when i would like to add an attachement to the message i guess i would need some help. Is there any free api's out there that can help me construct a well-formed eml/msg file with an attachment?

link|improve this question

Did you happen to notice this question while searching? – Tim Post Aug 17 '11 at 7:18
feedback

1 Answer

up vote 0 down vote accepted

Never mind. I found the solution myself.

Java Mail API is the way to go! It was so simple i cant belive i even considered buying a 3rd party exte

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.