Hi,

I´m trying to send a multipart email (html + plain text)
with an attachment aswell.

I have used the code from
http://opensource.atlassian.com/conf...il+with+Spring
as my base (I´m using freemarker templates)

I just don´t get how I should add attachments to that.
Should I use MimeMessageHelper or can I do it in some other way?

/Mikael