{snippet}
""" Email Action für Alerts Agent. Sendet E-Mail-Benachrichtigungen für Alerts. """ import logging from typing import Dict, Any, List from datetime import datetime from .base import ActionHandler, ActionResult, ActionType, AlertContext logger = logging.getLogger(__name__) # HTML-Template für Alert-E-Mails EMAIL_TEMPLATE = """
{topic_name}