Send more detailed account deletion email

Use SES to send an account deletion confimration email to the user when they delete their account.
This commit is contained in:
NMerz
2020-11-04 22:08:34 -05:00
parent 10895c9430
commit 87039579f7
3 changed files with 80 additions and 23 deletions

View File

@@ -64,6 +64,11 @@
<artifactId>aws-java-sdk-cognitoidp</artifactId>
<version>1.11.875</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-ses</artifactId>
<version>1.11.875</version>
</dependency>
<dependency>
<groupId>software.amazon.ion</groupId>
<artifactId>ion-java</artifactId>