Uses of Class
com.jk.core.mail.JKMailSender
Packages that use JKMailSender
-
Uses of JKMailSender in com.jk.core.mail
Subclasses of JKMailSender in com.jk.core.mailModifier and TypeClassDescriptionclassThis class provides a way to send mails from a fake sender. -
Uses of JKMailSender in com.jk.webstack.services.email
Methods in com.jk.webstack.services.email that return JKMailSenderModifier and TypeMethodDescriptionprotected JKMailSenderEmailService.getEmailSender()This method retrieves the configured email sender.Methods in com.jk.webstack.services.email with parameters of type JKMailSenderModifier and TypeMethodDescriptionvoidEmailService.setSender(JKMailSender sender) This method sets the email sender to the provided one.