Project

General

Profile

Task #692

Updated by Ondřej Kopr over 6 years ago

Please check method send(String topic, IdmMessageDto message, List<IdmIdentityDto> recipients) in AbstractNotificationSender. 

 Template is not solved correctly. When create and send message with only filled topic (topic=some:example), and null type, was not found template by configuration. 

 configuration settings: 
 topic=some:example 
 level=null 
 type=email 


 find template.  

 If you have some problem with task consult with VS :-)

Back