Installation guide

Mail

Mail

Property Description Since
mail.host smtp server hostname (e.g. smtp.gmail.com) 1.0
mail.port smtp server port (e.g. 25) 1.0
mail.username username for authenticating to the smtp server 1.0
mail.password password for authenticating to the smtp server 1.0
mail.smtp.from This property should be used for an SMTP server with no accounts. Then the sender will be always the one specifed in this property (e.g. noreply@knowledge-values.com) 1.0
mail.transport.protocol protocol used by the mail server (e.g. smtp). 1.0
mail.smtp.auth This property defines whether the mail server requires authentication. Possible values are {true, false}. If this property is set to “true”, make sure that correct credentials for authentication are required. 1.0
mail.smtp.starttls.enable This property indicates whether you want to use TLS to encrypt communication with SMTP server or not. The possible values are {true, false}. 1.0
mail.debug This property allows you to register more information in case that a new email is sent.  The possible values are {true, false}. The information will be available in the server logs. 1.0
mail.jndi smtp host name (e.g. smtp.gmail.com) 1.0