Module: vertx-mail-js/mail_client

vertx-mail-js/mail_client

Classes

MailClient

Methods

<static> MailClient.create(vertx, config) → {MailClient}

create an instance of MailClient that is running in the local JVM
Parameters:
Name Type Description
vertx Vertx the Vertx instance the operation will be run in
config Object MailConfig configuration to be used for sending mails
Source:
Returns:
MailClient instance that can then be used to send multiple mails
Type
MailClient