Done ticket GEPAFINBE-199 Implemented the code to send the email to rinaldo from mailgun service like bflows.
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -251,6 +251,17 @@
|
||||
<version>0.4.8</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Jakarta email support -->
|
||||
<!-- https://jakarta.ee/specifications/mail/ -->
|
||||
<!-- https://github.com/jakartaee/mail-api -->
|
||||
<!-- https://mvnrepository.com/artifact/jakarta.mail/jakarta.mail-api -->
|
||||
<dependency>
|
||||
<groupId>com.sun.mail</groupId>
|
||||
<artifactId>jakarta.mail</artifactId>
|
||||
<version>2.0.1</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
<repositories>
|
||||
<repository>
|
||||
|
||||
Reference in New Issue
Block a user