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.propertiesconfiguration file.- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
Fields Modifier and Type Field Description static StringADRESSDeprecated.useSENDER_ADDRESSstatic StringALLOW_CLIENTSPEZIFIC_SUPPORT_MAIL_TOstatic StringALLOW_UTF8static StringAUTHENTICATIONstatic StringAUTHENTICATION_ATTRIBUES_PREFIXstatic StringENCRYPTIONstatic StringFEEDBACK_MAIL_TOstatic StringPASSWORDstatic StringPORTstatic StringSEND_SYTEM_INFO_IN_SUPPORT_MAILstatic StringSENDER_ADDRESSstatic StringSENDER_NAMEstatic StringSERVERstatic StringSUPPORT_MAIL_TOstatic StringUSE_AUTHDeprecated.static StringUSE_MAILstatic StringUSER
-
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
-
-