vertx / io.vertx.ext.mail / MailServiceVertxEBProxy

MailServiceVertxEBProxy

open class MailServiceVertxEBProxy : MailService

Constructors

<init>

MailServiceVertxEBProxy(vertx: Vertx, address: String)
MailServiceVertxEBProxy(vertx: Vertx, address: String, options: DeliveryOptions)

Functions

close

open fun close(): Unit

sendMail

open fun sendMail(email: MailMessage, resultHandler: Handler<AsyncResult<MailResult>>): MailService