- Source:
Classes
Methods
-
<static> MailClient.create(vertx, config) → {MailClient}
-
create an instance of MailClient that is running in the local JVM
Parameters:
Name Type Description vertxVertx the Vertx instance the operation will be run in configObject MailConfig configuration to be used for sending mails - Source:
Returns:
MailClient instance that can then be used to send multiple mails- Type
- MailClient