Загрузка интерфейса...

Ручная отправка уведомления

Заполните форму и нажмите отправить. Уведомление уйдет через NotificationService.CreateNotification.

<!doctype html>
<html lang="ru">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>ILoveSupersport</title>
  </head>
  <body style="margin:0;padding:0;background:#f2f5fb;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;color:#1f2937;">
    <table role="presentation" width="100%" cellspacing="0" cellpadding="0" style="background:#f2f5fb;padding:28px 12px;">
      <tr>
        <td align="center">
          <table role="presentation" width="620" cellspacing="0" cellpadding="0" style="max-width:620px;width:100%;">
            <tr>
              <td style="padding:0 0 14px 4px;font-size:13px;color:#6b7280;">
                ILoveSupersport
              </td>
            </tr>

            <tr>
              <td style="background:linear-gradient(135deg,#0f766e 0%,#14b8a6 100%);border-radius:16px 16px 0 0;padding:28px 28px 22px;color:#ffffff;">
                <div style="font-size:26px;line-height:1.2;font-weight:800;margin:0 0 8px;">Тренируйся с удовольствием</div>
                <div style="font-size:15px;line-height:1.6;opacity:.92;">
                  Персональное уведомление от команды ILoveSupersport
                </div>
              </td>
            </tr>

            <tr>
              <td style="background:#ffffff;border-radius:0 0 16px 16px;padding:28px;box-shadow:0 10px 28px rgba(15,23,42,.07);">
                <h1 style="margin:0 0 12px;font-size:22px;line-height:1.35;color:#111827;">Привет, Сергей!</h1>

                <p style="margin:0 0 14px;font-size:16px;line-height:1.7;color:#374151;">
                  Это демонстрационное письмо для презентации сервиса уведомлений.
                  Оно отправлено через <strong>notification-svc</strong> и показывает,
                  как может выглядеть финальная коммуникация с пользователем.
                </p>

                <table role="presentation" width="100%" cellspacing="0" cellpadding="0" style="margin:18px 0 22px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;">
                  <tr>
                    <td style="padding:14px 16px;font-size:14px;line-height:1.6;color:#4b5563;">
                      <strong style="color:#111827;">Что уже работает:</strong><br />
                      • Прием заявок по gRPC/NATS<br />
                      • Очередь и retry в фоне<br />
                      • Отправка в Push и Email<br />
                      • OpenTelemetry трассировка
                    </td>
                  </tr>
                </table>

                <table role="presentation" cellspacing="0" cellpadding="0" style="margin:0 0 18px;">
                  <tr>
                    <td style="background:#0f766e;border-radius:10px;">
                      <a href="https://ilovesupersport.ru" style="display:inline-block;padding:12px 20px;color:#ffffff;text-decoration:none;font-size:15px;font-weight:700;">
                        Перейти на сайт
                      </a>
                    </td>
                  </tr>
                </table>

                <p style="margin:0;font-size:13px;line-height:1.6;color:#6b7280;">
                  Если кнопка не открывается, используйте ссылку:<br />
                  <a href="https://ilovesupersport.ru" style="color:#0f766e;text-decoration:none;">https://ilovesupersport.ru</a>
                </p>
              </td>
            </tr>

            <tr>
              <td style="padding:16px 6px 0;font-size:12px;line-height:1.6;color:#9ca3af;text-align:center;">
                Это демонстрационное письмо для презентации.
              </td>
            </tr>
          </table>
        </td>
      </tr>
    </table>
  </body>
</html>