#!/usr/bin/env python3
# HTML Email
# Bulk: yes

# Copyright (C) 2019 Checkmk GmbH - License: GNU General Public License v2
# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
# conditions defined in the file COPYING, which is part of this source code package.

from cmk.notification_plugins import mail

if __name__ == "__main__":
    mail.main()
