Interface MailService
- All Known Implementing Classes:
MailServiceImpl
@Service
public interface MailService
A service used for sending emails.
-
Method Summary
-
Method Details
-
sendMail
Sends an email to the specified address.- Parameters:
report
- The report to send.- Returns:
- An informational message.
- Throws:
jakarta.mail.MessagingException
-