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


# On Solaris use mailx known to work on Solaris 7

echo "mailx"

