I use the following code to send mail.Text message sending is working fine but Mail with attachment is not working it gives the Exception.How to solve this
Set this value:
message.setContent(body, "text/html; charset=UTF-8"); messageBodyPart.setContent(body, "text/html; charset=UTF-8");
Also check the file path, or please write complete path in your log