= $this->extend('layouts/main') ?>
= $this->section('content') ?>
SMTP and Slack delivery for alerts.Notification settings
Values come from the application email configuration (app/Config/Email.php and environment). Use the test button to send yourself a message.
= esc($smtpHost) ?>= (int) $smtpPort ?>= esc($smtpUser !== '' ? $smtpUser : '—') ?>= esc($smtpCrypto !== '' ? $smtpCrypto : 'none') ?>= esc($fromEmail) ?>Incoming webhook URL (stored globally). Used for alert delivery when configured on an alert.