Uses of Class
com.swiftmq.impl.streams.comp.io.MailServer
-
Uses of MailServer in com.swiftmq.impl.streams
Modifier and TypeMethodDescriptionStream.addMailServer
(String name, MailServer mailServer) Internal use onlyStream.getMailservers()
Internal use onlyStream.mailserver
(String name) Returns the MailServer with the given name.StreamBuilder.mailserver
(String hostname) Returns a new MailServerModifier and TypeMethodDescriptionStream.addMailServer
(String name, MailServer mailServer) Internal use only -
Uses of MailServer in com.swiftmq.impl.streams.comp.io
Modifier and TypeMethodDescriptionMailServer.connect()
Does the actual connect to the mail server.MailServer.disconnect()
Disconnects from the mail server.Sets the password.MailServer.port
(int port) Sets the port (default 25 = SMTP)Sets the user name.