Uses of Interface
com.avoka.fc.core.service.IEmailService
-
Packages that use IEmailService Package Description com.avoka.fc.core.service Provides the SmartForm Manager service classes.com.avoka.fc.core.service.email Provides the Email Client Services.com.avoka.fc.core.service.fluent Provides the Fluent Groovy API services. -
-
Uses of IEmailService in com.avoka.fc.core.service
Classes in com.avoka.fc.core.service that implement IEmailService Modifier and Type Class Description class
EmailService
Provides an SMTP Email Service for backwards compatibility.Methods in com.avoka.fc.core.service that return IEmailService Modifier and Type Method Description static 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 IEmailService Modifier and Type Class Description class
AbstractEmailService
Provides an abstract Email Service.class
ExchangeEmailService
Provides an Microsoft Exchange Email Service.class
GroovyEmailService
Provides a Groovy Email service.class
SmtpEmailService
Provides an SMTP Email Service.class
TrashCanEmailService
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 IEmailService Modifier and Type Class Description class
FluentEmailService
Provides a Fluent API Groovy Email service.
-