Send Notifications with Amazon SES

Hi again @chauhan_sudhir,

i got it working.
I can send mails with the copy of original HTML E-Mail Script. Its quite easy to use with amazon.

I just have a problem with the Feature
“Send seperate notifications to every recipient”

Because the module Names are hardcoded in the notify.py

                split_contexts = (
                    plugin_name not in ["", "mail", "asciimail", "slack"] or
                    # params can be a list (e.g. for custom notificatios)
                    params.get("disable_multiplexing") or bulk)

My new Module has the Name “mailses”

How can i add the module to the this file without hardcoding this file? It would get overwritten with every checkmk Update.

The Problem now is, that every notification gets send seperately and not together.