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
FieldsModifier and TypeFieldDescriptionstatic final Stringemail of the administratorstatic final StringDeprecated.static final StringDeprecated.static final Stringmaximum file size supported for the attachmentsstatic final Stringdefault emailstatic final Stringbase URL for server accessstatic final StringDeprecated.not usedstatic final String"SMTP_HOST" : address of the SMTP serverstatic final StringSMTP connection need authenticationstatic final Stringlogin SMTP authenticationstatic final Stringpassword SMTP authenticationstatic final Stringport of the SMTP serverstatic final StringProtocol smtp (SMTP ou SMTPS)static final StringExcel date formatstatic final StringExcel 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:
-