Uses of Interface
com.avoka.fc.core.service.IEmailService
Package
Description
Provides the SmartForm Manager service classes.
Provides the Email Client Services.
Provides the Fluent Groovy API services.
-
Uses of IEmailService in com.avoka.fc.core.service
Modifier and TypeClassDescriptionclass
Provides an SMTP Email Service for backwards compatibility.Modifier and TypeMethodDescriptionstatic IEmailService
ServiceLocator.getEmailService()
Return the default email service.static IEmailService
ServiceLocator.getEmailService
(Submission submission) Return the email service for the submission. -
Uses of IEmailService in com.avoka.fc.core.service.email
Modifier and TypeClassDescriptionclass
Provides an abstract Email Service.class
Provides an Microsoft Exchange Email Service.class
Provides a Groovy Email service.class
Provides an SMTP Email Service.class
Provides an Trash Can email service for development and testing purposes which does not sent emails. -
Uses of IEmailService in com.avoka.fc.core.service.fluent
Modifier and TypeClassDescriptionclass
Provides a Fluent API Groovy Email service.