Ok so is there any other library in java for sending emails?
I tried to use javax.mail
and commons-email
and I keep getting this error:
Exception in thread "Thread-645" java.lang.UnsupportedOperationException: Method not yet implemented
at javax.mail.internet.MimeMessage.<init>(MimeMessage.java:89)
at org.apache.commons.mail.Email.buildMimeMessage(Email.java:1011)
at org.apache.commons.mail.Email.send(Email.java:1162)
at com.liveratesfeeds.tss.email.SendEmail.sendWarningEmail(SendEmail.java:62)