mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
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"
|