1 2 3 4 5 6 7
#!/bin/sh MAILPROG="/usr/sbin/smtp" MAILHOST="mail:25" FROM="OpenWrt" TO="apcups@example.com" HOSTNAME="OpenWrt"