|
################################################################################# This file is the configuration for the the JavaMailer class. It is used to# specify the details of the JavaMailer system properties################################################################################## Properties are defined but commented out indicating the default values.### This property defines system sender account.## The default setting is root@[127.0.0.1]org.opennms.core.utils.fromAddress=OpenNMS@gmail.com## These properties define the SMTP Host.#org.opennms.core.utils.mailHost=smtp.gmail.com#org.opennms.core.utils.mailer=smtpsendorg.opennms.core.utils.transport=smtpsorg.opennms.core.utils.debug=trueorg.opennms.core.utils.smtpport=465org.opennms.core.utils.smtpssl.enable=true#org.opennms.core.utils.quitwait=true## This property controls the use of the JMTA# if it is true, mailHost will be ignoredorg.opennms.core.utils.useJMTA=false## These properties define the Mail authentication.#org.opennms.core.utils.authenticate=trueorg.opennms.core.utils.authenticateUser=OpenNMSorg.opennms.core.utils.authenticatePassword=OpenNMSorg.opennms.core.utils.starttls.enable=true## These properties configure message content#org.opennms.core.utils.messageContentType=text/htmlorg.opennms.core.utils.charset=UTF-8 |
|