Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 768 Bytes

File metadata and controls

31 lines (23 loc) · 768 Bytes

Description

SMTP Notification Service

An SMTP gateway for Apprise notifications.

Table of contents

  1. Service requirements
  2. Installation instructions

Service requirements

Installation instructions

  1. Follow the docs of
  2. Start the pod
    cp smtp-gateway-pod.kube ~/.config/containers/systemd/
    systemctl --user daemon-reload
    systemctl --user start smtp-gateway-pod.service
  3. Open the firewall
    firewall-cmd --zone=trusted --add-service=smtp --permanent # only localhost access
    firewall-cmd --reload