SmtpMailer

class SmtpMailer(host: String, port: Int, from: String, user: String? = null, password: String? = null, startTls: Boolean = false) : Mailer(source)

Constructors

Link copied to clipboard
constructor(host: String, port: Int, from: String, user: String? = null, password: String? = null, startTls: Boolean = false)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun send(to: List<String>, subject: String, html: String, replyTo: String? = null)