mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
a460965a67
Signed-off-by: Othmar Truniger <Othmar Truniger github@truniger.ch>
8 lines
114 B
Bash
8 lines
114 B
Bash
#!/bin/sh
|
|
|
|
MAILPROG="/usr/sbin/smtp"
|
|
MAILHOST="mail:25"
|
|
FROM="OpenWrt"
|
|
TO="apcups@example.com"
|
|
HOSTNAME="OpenWrt"
|