Uses of Class
ch.astorm.smtp4j.SmtpServerBuilder
-
Packages that use SmtpServerBuilder Package Description ch.astorm.smtp4j -
-
Uses of SmtpServerBuilder in ch.astorm.smtp4j
Methods in ch.astorm.smtp4j that return SmtpServerBuilder Modifier and Type Method Description SmtpServerBuilderSmtpServerBuilder. withMessageHandler(SmtpMessageHandler messageHandler)Defines theSmtpMessageHandlerto be applied for the received messages.SmtpServerBuilderSmtpServerBuilder. withPort(int port)Defines the port on which theSmtpServerwill listen to.
-