opennms sendmail(邮件发送) 功能配置

opennms里的sendmail功能用来发送通知,此处用来介绍javamail配置。

使用最熟悉的126邮箱,你也可以仿照下面的定义使用自己定义的任何邮箱

org.opennms.core.utils.mailHost=smtp.126.com
org.opennms.core.utils.authenticate=true
[email protected]
[email protected]
org.opennms.core.utils.authenticatePassword=123456
org.opennms.core.utils.charset=utf-8

你可能感兴趣的:(电信)