SMTP Notification Service
An SMTP gateway for Apprise notifications.
- Follow the docs of
- Start the pod
cp smtp-gateway-pod.kube ~/.config/containers/systemd/ systemctl --user daemon-reload systemctl --user start smtp-gateway-pod.service
- Open the firewall
firewall-cmd --zone=trusted --add-service=smtp --permanent # only localhost access firewall-cmd --reload