open class MailServiceVertxEBProxy : MailService
MailServiceVertxEBProxy(vertx: Vertx, address: String)MailServiceVertxEBProxy(vertx: Vertx, address: String, options: DeliveryOptions) |
open fun close(): Unit |
|
open fun sendMail(email: MailMessage, resultHandler: Handler<AsyncResult<MailResult>>): MailService |