Skip to content

Notifications

Emil Dafinov edited this page Apr 14, 2017 · 7 revisions

Email Notifications

Currently, SDK provides tooling for sending email notification from your connector project Look at the 'HtmlEmailNotificationService' class. It provides a simple interface for sending an email from a pre-defined address.

In order to use the service, instantiate it in your connector's application context. Note that it depends on Spring's JavaMailSender interface, so you would need a bean implementing that interface in your application context as well. See the Spring documentation for more details.