<div><div><div>Hello!</div><div> </div><div>I'm trying to set up notifications to certain users about changing certain files in repository within Kallithea.</div><div>I set up hook with type of "incoming" to launch python function.</div><div> </div><div>I already digged how to use two extra fields I created for this task (monitor_files and monitor_emails), and now I have difficulties with sending e-mail notifications.</div><div> </div><div>In the kallithea/model/comment.py I saw this code:</div><div> </div><div>            NotificationModel().create(</div><div>                created_by=user, subject=subj, body=body,</div><div>                recipients=recipients, type_=notification_type,</div><div>                email_kwargs=email_kwargs,</div><div>            )</div><div> </div><div>Will it be sufficient to create such model in my hook code to send e-mail notifications, or I have to do something else?</div><div> </div><div>--</div><div>Alexandr Leutin</div></div></div>