Class SmtpEmailService

java.lang.Object
com.helixframework.email.SmtpEmailService
All Implemented Interfaces:
EmailService

public class SmtpEmailService extends Object implements EmailService
Implementation of the EmailService interface for sending emails using the SMTP protocol. This class uses a JavaMailSender to send emails and relies on Spring's JavaMail support. It is designed for actual production email sending, leveraging the SMTP mail server configurations.