Class EmailService
java.lang.Object
edu.ntnu.idatt2106_2023_06.backend.service.users.EmailService
- All Implemented Interfaces:
IEmailService
This class allows for emails to be sent to users regarding issues such as registration and password resetting.
- Author:
- Trym Hamer Gudvangen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendActivationEmail
(User user) void
sendResetPassword
(User user)
-
Constructor Details
-
EmailService
public EmailService()
-
-
Method Details
-
sendActivationEmail
- Specified by:
sendActivationEmail
in interfaceIEmailService
- Throws:
jakarta.mail.MessagingException
-
sendResetPassword
- Specified by:
sendResetPassword
in interfaceIEmailService
- Throws:
jakarta.mail.MessagingException
-