Package com.axemble.vdoc.sdk.interfaces
Interface IConfiguration.ServerKeys
- All Superinterfaces:
IConfiguration.CommonKeys
- All Known Subinterfaces:
IConfiguration.SupportedKeys
- Enclosing interface:
IConfiguration
Server keys
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
email of the administratorstatic final String
Deprecated.static final String
Deprecated.static final String
maximum file size supported for the attachmentsstatic final String
default emailstatic final String
base URL for server accessstatic final String
Deprecated.not usedstatic final String
"SMTP_HOST" : address of the SMTP serverstatic final String
SMTP connection need authenticationstatic final String
login SMTP authenticationstatic final String
password SMTP authenticationstatic final String
port of the SMTP serverstatic final String
Protocol smtp (SMTP ou SMTPS)static final String
Excel date formatstatic final String
Excel line limitFields inherited from interface com.axemble.vdoc.sdk.interfaces.IConfiguration.CommonKeys
DEFAULT_LANGUAGE, SUPPORTED_LANGUAGES
-
Field Details
-
SMTP_HOST
"SMTP_HOST" : address of the SMTP server- See Also:
-
SMTP_PORT
port of the SMTP server- See Also:
-
ADMIN_EMAIL
email of the administrator- See Also:
-
SENDER_EMAIL
default email- See Also:
-
SMTP_ENCODING
Deprecated.not usedcharacter encoding- See Also:
-
SMTP_PROTOCOL
Protocol smtp (SMTP ou SMTPS)- See Also:
-
SMTP_IS_AUTHENTICATION
SMTP connection need authentication- See Also:
-
SMTP_LOGIN
login SMTP authentication- See Also:
-
SMTP_PASSWORD
password SMTP authentication- See Also:
-
DEFAULT_EMAIL_SENDER
Deprecated./** SMTP - Sender default : sender=mail.smtp.from, from=mail.smtp.from xxxxxxx : sender=xxxxxxx, from=mail.smtp.from user : if user mail is available, sender=user identity, from=user mail if user mail is not availaible, use default parameter if mail is sent by an agent, use default parameter- See Also:
-
MAIL_BASE_URL
Deprecated.Use SERVER_BASE_URL- See Also:
-
SERVER_BASE_URL
base URL for server access- See Also:
-
MAX_FILE_SIZE
maximum file size supported for the attachments- See Also:
-
XLS_DATE_FORMAT
Excel date format- See Also:
-
XLS_LINE_LIMIT
Excel line limit- See Also:
-