MailMessage

io.vertx.scala.ext.mail.`package`.MailMessage
object MailMessage

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(json: JsonObject): MailMessage
def apply(attachment: List[MailAttachment], bcc: List[String], bounceAddress: String, cc: List[String], fixedHeaders: Boolean, from: String, html: String, inlineAttachment: List[MailAttachment], subject: String, text: String, to: List[String]): MailMessage