send mail in java without javax.mail

575 Views Asked by At

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)
1

There are 1 best solutions below

1
milouk On

you need to external libraries:

1) javax.mail
2) activation.jar