I have a bundle that has a service that sends email using javamail
library in ISO-2022-JP encoding and a servlet that invokes this service
to send emails. The bundle has mail-1.4.1.jar dependency defined in
pom.xml. When I am hitting the servlet URL, email is sent properly. e.g.
http://localhost:4502/bin/jpemailiso?to=TO_EMAIL&from=FROM_EMAIL&subject=437%E3%81%AA%E3%81%9F%E3%81%8C%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC%E3%81%A7%E3%81%82%E3%82%8B%E3%80%82+world&body=%E3%81%93%E3%82%93%E3%81%AB%E3%81...