Package de.xima.fc.config
Class XfcConfigKeys.SystemMail
- java.lang.Object
-
- de.xima.fc.config.XfcConfigKeys.SystemMail
-
- Enclosing class:
- XfcConfigKeys
public static final class XfcConfigKeys.SystemMail extends Object
Constants with the names of the settings in themail.properties
configuration file.- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADRESS
Deprecated.useSENDER_ADDRESS
static String
ALLOW_CLIENTSPEZIFIC_SUPPORT_MAIL_TO
static String
ALLOW_UTF8
static String
AUTHENTICATION
static String
AUTHENTICATION_ATTRIBUES_PREFIX
static String
ENCRYPTION
static String
FEEDBACK_MAIL_TO
static String
PASSWORD
static String
PORT
static String
SEND_SYTEM_INFO_IN_SUPPORT_MAIL
static String
SENDER_ADDRESS
static String
SENDER_NAME
static String
SERVER
static String
SUPPORT_MAIL_TO
static String
USE_AUTH
Deprecated.static String
USE_MAIL
static String
USER
-
Constructor Summary
Constructors Constructor Description SystemMail()
-
-
-
Field Detail
-
SERVER
public static final String SERVER
- See Also:
- Constant Field Values
-
PORT
public static final String PORT
- See Also:
- Constant Field Values
-
USER
public static final String USER
- See Also:
- Constant Field Values
-
PASSWORD
public static final String PASSWORD
- See Also:
- Constant Field Values
-
SENDER_ADDRESS
public static final String SENDER_ADDRESS
- See Also:
- Constant Field Values
-
ADRESS
@Deprecated public static final String ADRESS
Deprecated.useSENDER_ADDRESS
- See Also:
- Constant Field Values
-
SENDER_NAME
public static final String SENDER_NAME
- See Also:
- Constant Field Values
-
SUPPORT_MAIL_TO
public static final String SUPPORT_MAIL_TO
- See Also:
- Constant Field Values
-
ALLOW_CLIENTSPEZIFIC_SUPPORT_MAIL_TO
public static final String ALLOW_CLIENTSPEZIFIC_SUPPORT_MAIL_TO
- See Also:
- Constant Field Values
-
SEND_SYTEM_INFO_IN_SUPPORT_MAIL
public static final String SEND_SYTEM_INFO_IN_SUPPORT_MAIL
- See Also:
- Constant Field Values
-
FEEDBACK_MAIL_TO
public static final String FEEDBACK_MAIL_TO
- See Also:
- Constant Field Values
-
ENCRYPTION
public static final String ENCRYPTION
- See Also:
- Constant Field Values
-
AUTHENTICATION
public static final String AUTHENTICATION
- See Also:
- Constant Field Values
-
AUTHENTICATION_ATTRIBUES_PREFIX
public static final String AUTHENTICATION_ATTRIBUES_PREFIX
- See Also:
- Constant Field Values
-
USE_MAIL
public static final String USE_MAIL
- See Also:
- Constant Field Values
-
ALLOW_UTF8
public static final String ALLOW_UTF8
- See Also:
- Constant Field Values
-
USE_AUTH
@Deprecated public static final String USE_AUTH
Deprecated.useAUTHENTICATION
- See Also:
- Constant Field Values
-
-