# Usage: mailx # Will prompt for Subject # Then compose the message and Ctr-D to send # Requires previous setting of EMAIL_ADDRESS AND SMTP_SERVER alias cmailx='mailx -b $EMAIL_ADDRESS -r $EMAIL_ADDRESS -S smtp=$SMTP_SERVER'