Uses of Interface
io.vertx.ext.mail.MailClient
-
Packages that use MailClient Package Description io.vertx.ext.mail -
-
Uses of MailClient in io.vertx.ext.mail
Methods in io.vertx.ext.mail that return MailClient Modifier and Type Method Description MailClientMailClientBuilder. build()Build and return the client.static MailClientMailClient. create(Vertx vertx, MailConfig config)Create a non shared instance of the mail client.static MailClientMailClient. createShared(Vertx vertx, MailConfig config)LikecreateShared(io.vertx.core.Vertx, MailConfig, String)but with the default pool namestatic MailClientMailClient. createShared(Vertx vertx, MailConfig config, String poolName)Create a Mail client which shares its connection pool with any other Mail clients created with the same pool name
-