Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_POOL_NAME |
"DEFAULT_POOL" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
DEFAULT_ALLOW_RCPT_ERRORS |
false |
public static final boolean |
DEFAULT_DISABLE_ESMTP |
false |
public static final boolean |
DEFAULT_ENABLE_PIPELINING |
true |
public static final String |
DEFAULT_HOST |
"localhost" |
public static final boolean |
DEFAULT_KEEP_ALIVE |
true |
public static final int |
DEFAULT_MAX_POOL_SIZE |
10 |
public static final int |
DEFAULT_PORT |
25 |
public static final String |
DEFAULT_USER_AGENT |
"vertxmail" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
POSTMASTER |
"postmaster" |
Copyright © 2020 Eclipse. All rights reserved.