Cannot Reproduce
Details
Assignee
OpenNMS Bug Mailing ListOpenNMS Bug Mailing ListReporter
ufwtufwtComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
OpenNMS Bug Mailing List
OpenNMS Bug Mailing ListReporter
ufwt
ufwtComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created April 12, 2007 at 2:02 AM
Updated January 27, 2017 at 4:30 PM
Resolved April 12, 2007 at 8:33 PM
i use 1.2.9-1,
i set a destination path is a email address,and command is javaEmail ,
but can not send a email , i set javaemail proper is correct!!!
i find may be this is error:
makeEmailTask:
user.setUserId(address); // this is a email address
but in NotificationTask.run :
if (m_user.getUserId().equals("email-address")) {
cntct = m_user.getContact()[0].getInfo();
} else {
cntct =
m_notifd.getUserManager().getContactInfo(m_user.getUserId(),
m_commands[i].getName());
}