Sending email in a ji-js api

0

I have a demand to develop an api that among other features needs to send warning emails, in the architecture it has been defined that we will use javaEE jax-rs has anyone worked with any api that integrates sending and receiving email in java?

    
asked by anonymous 23.01.2018 / 20:24

1 answer

0

API for sending email in java:

javamail - link

commons-email- link

    
24.01.2018 / 18:12