fun MailAttachment(contentId: String? = null, contentType: String? = null, data: Buffer? = null, description: String? = null, disposition: String? = null, headers: Map<String, String>? = null, name: String? = null): MailAttachment
A function providing a DSL for building io.vertx.ext.mail.MailAttachment objects. |
|
fun MailConfig(allowRcptErrors: Boolean? = null, authMethods: String? = null, disableEsmtp: Boolean? = null, hostname: String? = null, keepAlive: Boolean? = null, keyStore: String? = null, keyStorePassword: String? = null, login: LoginOption? = null, maxPoolSize: Int? = null, ownHostname: String? = null, password: String? = null, port: Int? = null, ssl: Boolean? = null, starttls: StartTLSOptions? = null, trustAll: Boolean? = null, username: String? = null): MailConfig
A function providing a DSL for building io.vertx.ext.mail.MailConfig objects. |
|
fun MailMessage(attachment: Iterable<MailAttachment>? = null, bcc: Iterable<String>? = null, bounceAddress: String? = null, cc: Iterable<String>? = null, fixedHeaders: Boolean? = null, from: String? = null, headers: Map<String, String>? = null, html: String? = null, inlineAttachment: Iterable<MailAttachment>? = null, subject: String? = null, text: String? = null, to: Iterable<String>? = null): MailMessage
A function providing a DSL for building io.vertx.ext.mail.MailMessage objects. |
|
fun MailResult(messageID: String? = null, recipients: Iterable<String>? = null): MailResult
A function providing a DSL for building io.vertx.ext.mail.MailResult objects. |