There is no problem when I send TEXT email using our portal which is using java mail however, when I chose to put HTML content and send the email, the following alert is raised. spend hours searching but no useful answer!
Can anyone please help
Email with subject:Your Test-Customer, email destination address :john@smith.com, from:Peter has not been delivered because: javax.mail.MessagingException: IOException while sending message; nested exception is: java.io.IOException: javax.mail.MessagingException: Empty multipart: multipart/mixed; boundary="----=_Part_647_32892086.1397180117482" at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1167) at javax.mail.Transport.send0(Transport.java:254) at javax.mail.Transport.send(Transport.java:124)
Any idea why this happens when I put html?
Thanks,