#!/bin/sh
#
# getMailer - Return command name for sending mail
#


# By default use sendmail - often overriden

echo "mailx"

