This now emails users when a login is detected.

This commit is contained in:
James Quinley
2022-02-08 01:31:38 -08:00
parent 25c791c3b5
commit 20741b50e2
4 changed files with 69 additions and 0 deletions

10
pom.xml
View File

@ -30,6 +30,16 @@
</repositories>
<dependencies>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>javax.mail-api</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>com.jfoenix</groupId>
<artifactId>jfoenix</artifactId>