Index: petify-backend/pom.xml
===================================================================
--- petify-backend/pom.xml	(revision 92e7c7aeb21d4b882e2f8107b1676468ceb14aa7)
+++ petify-backend/pom.xml	(revision ae836471908c8a67e8fc2a25ad6c445b1c867e48)
@@ -46,4 +46,8 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-webmvc</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-mail</artifactId>
         </dependency>
 
