Package com.example.demo.email
package com.example.demo.email
-
ClassDescriptionInterface defining the functionality for sending emails, for sending a plain text or HTML email to a specified recipient.Concrete implementation of the
EmailSenderinterface, utilizing Spring Boot'sJavaMailSenderto dispatch emails.