0

Is there any ways to set email's encoding in XML configuration? I just use XML email support: int-mail:outbound-channel-adapter

Orca
  • 28
  • 3

1 Answers1

0

See this SO thread for similar discussion : UTF-8 charset doesn't work with javax.mail

There is also a MailHeaders.CONTENT_TYPE header you can send in the request message - with the value the same as it is explained in the SO thread above.

Artem Bilan
  • 113,505
  • 11
  • 91
  • 118