8 lines
114 B
Text
8 lines
114 B
Text
|
#!/bin/sh
|
||
|
|
||
|
MAILPROG="/usr/sbin/smtp"
|
||
|
MAILHOST="mail:25"
|
||
|
FROM="OpenWrt"
|
||
|
TO="apcups@example.com"
|
||
|
HOSTNAME="OpenWrt"
|