I\'m using Spring and JavaMailSenderImpl, a famous spring class to send emails. My emails contain a lot of unicode chars like èéàò or most notably the dreaded € symbol. My c
The problem is likely to be when you translate between an array of bytes (e.g. reading from a file) and a java.lang.String. Can you give more detail on your application's architecture?