#!/bin/sh from="John Doe " subject="$1" echo | mail -r "$from" -s "$subject" "$from"