Module: vertx-mail-js/mail_client
vertx-mail-js/mail_client
Classes
- MailClient
Methods
-
<static> MailClient.createNonShared(vertx, config) → {MailClient}
-
Parameters:
Name |
Type |
Description |
vertx |
Vertx
|
|
config |
Object
|
|
- Source:
Returns:
-
Type
-
MailClient
-
<static> MailClient.createShared(vertx, config, poolName) → {MailClient}
-
Parameters:
Name |
Type |
Description |
vertx |
Vertx
|
|
config |
Object
|
|
poolName |
string
|
|
- Source:
Returns:
-
Type
-
MailClient