#!/bin/sh mail -a "From: systemd " \ -s "$2 on $(hostname -f)" \ "$1" <