Index

B C D E S 
All Classes and Interfaces|All Packages

B

build() - Method in class com.helixframework.email.SmtpEmailService.Builder
 
builder() - Static method in class com.helixframework.email.SmtpEmailService
Creates a new instance of the SmtpEmailService.Builder for configuring and constructing an SmtpEmailService.
Builder() - Constructor for class com.helixframework.email.SmtpEmailService.Builder
 

C

com.helixframework.email - package com.helixframework.email
 

D

DummyEmailService - Class in com.helixframework.email
A dummy implementation of the EmailService interface for simulating the behavior of sending emails.
DummyEmailService() - Constructor for class com.helixframework.email.DummyEmailService
 

E

EmailService - Interface in com.helixframework.email
Represents a service for sending emails.
enableLogging() - Method in class com.helixframework.email.SmtpEmailService.Builder
 
enableSmtpAuth() - Method in class com.helixframework.email.SmtpEmailService.Builder
 
enableSmtpStartTls() - Method in class com.helixframework.email.SmtpEmailService.Builder
 

S

send(String, String, String) - Method in class com.helixframework.email.DummyEmailService
 
send(String, String, String) - Method in interface com.helixframework.email.EmailService
Sends an email to the specified recipient.
send(String, String, String) - Method in class com.helixframework.email.SmtpEmailService
 
setFrom(String) - Method in class com.helixframework.email.SmtpEmailService.Builder
 
setHost(String) - Method in class com.helixframework.email.SmtpEmailService.Builder
 
setPassword(String) - Method in class com.helixframework.email.SmtpEmailService.Builder
 
setPort(int) - Method in class com.helixframework.email.SmtpEmailService.Builder
 
setUsername(String) - Method in class com.helixframework.email.SmtpEmailService.Builder
 
SmtpEmailService - Class in com.helixframework.email
Implementation of the EmailService interface for sending emails using the SMTP protocol.
SmtpEmailService.Builder - Class in com.helixframework.email
 
B C D E S 
All Classes and Interfaces|All Packages