|
Mail Sending Settings |
Top Previous Next |
|
Options in this group are used to define how LinkServer interacts with E-mail (SMTP and POP3) servers. Enable Mail Sending Key name in the configuration file: mailSendingEnabled Value type: Boolean Possible values: true or false Default value: false Allows LinkServer to send e-mail messages. Outgoing mail server address (IP or host name of SMTP server) Key name in the configuration file: mailOutgoingAddress Value type: String Possible values: Any valid IP address or host name Default value: localhost This option defines the address of SMTP mail server used by LinkServer. Outgoing mail server username (login) Key name in the configuration file: mailOutgoingUsername Value type: String Possible values: Any username suitable for mail server Default value: "" (empty) This option defines the username used during SMTP authentication. Outgoing mail server password Key name in the configuration file: mailOutgoingPassword Value type: String Possible values: Any password suitable for mail server Default value: "" (empty) This option defines the password used during SMTP authentication. Sender address for mail messages Key name in the configuration file: mailSenderAddress Value type: String Possible values: Any valid e-mail address Default value: LinkServer@your-domain.com This option defines the e-mail address specified in the FROM header of mail messages sent by LinkServer. Sender name for mail messages Key name in the configuration file: mailSenderName Value type: String Possible values: Any valid e-mail sender name Default value: LinkServer This option defines sender name specified in the FROM header of mail messages sent by LinkServer Enable Mail Receiving Key name in the configuration file: mailReceivingEnabled Value type: Boolean Possible values: true or false Default value: false Allows LinkServer to receive e-mail messages. Incoming mail server address (IP or host name of POP3 server) Key name in the configuration file: mailIncomingAddress Value type: String Possible values: Any valid IP address or host name Default value: localhost This option defines the address of POP3 mail server used by LinkServer. Incoming mail server username (login) Key name in the configuration file: mailIncomingUsername Value type: String Possible values: Any username suitable for mail server Default value: "" (empty) This option defines the username used during POP3 authentication. Incoming mail server password Key name in the configuration file: mailIncomingPassword Value type: String Possible values: Any password suitable for mail server Default value: "" (empty) This option defines the password used during POP3 authentication. Incoming mail check period (seconds) Key name in the configuration file: mailCheckPeriod Value type: Integer Possible values: 1 or more Default value: 120 Defines how often LinkServer checks for incoming mail messages if Enable Mail Receiving setting is active. |