I'm trying use the API common mail to send email with my vaadin project. I add the jar file in my buildpath and in WEB-INF/lib but does not work.
This API works with vaadin ? If not works which I can use ?
I'm trying use the API common mail to send email with my vaadin project. I add the jar file in my buildpath and in WEB-INF/lib but does not work.
This API works with vaadin ? If not works which I can use ?
When using Apache Common Mail you also need the JavaMail API. Add this jar to your buildpath & WEB-INF/lib folder as well.