Interface SMTPConstant
-
public interface SMTPConstant
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHANNEL
static String
SECURE_TRANSPORT
static String
SIMPLE_TRANSPORT
-
-
-
Field Detail
-
CHANNEL
static final String CHANNEL
- See Also:
- Constant Field Values
-
SECURE_TRANSPORT
static final String SECURE_TRANSPORT
- See Also:
- Constant Field Values
-
SIMPLE_TRANSPORT
static final String SIMPLE_TRANSPORT
- See Also:
- Constant Field Values
-
-