Uses of Class
org.javlo.mailing.MailService
-
Packages that use MailService Package Description org.javlo.macro.interactive org.javlo.mailing -
-
Uses of MailService in org.javlo.macro.interactive
Constructors in org.javlo.macro.interactive with parameters of type MailService Constructor Description TransfertStaticToFtp(ContentContext ctx, File folder, URL url, String host, int port, String username, String password, String path, MailService mailService, String email)
TransfertStaticToZip(ContentContext ctx, File folder, URL url, File zipFile, String path, MailService mailService, String email)
-
Uses of MailService in org.javlo.mailing
Methods in org.javlo.mailing that return MailService Modifier and Type Method Description static MailService
MailService. getInstance(MailConfig mailConfig)
This method is kept to be able to use this class outside a Servlet context
-