Uses of Interface
com.avoka.fc.core.service.IEmailService
Packages that use 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
Classes in com.avoka.fc.core.service that implement IEmailServiceModifier and TypeClassDescriptionclass
Provides an SMTP Email Service for backwards compatibility.Methods in com.avoka.fc.core.service that return IEmailServiceModifier 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
Classes in com.avoka.fc.core.service.email that implement IEmailServiceModifier 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
Classes in com.avoka.fc.core.service.fluent that implement IEmailServiceModifier and TypeClassDescriptionclass
Provides a Fluent API Groovy Email service.