mailx works but body text is missing
On RHEL 6.7
Though the following command does send the email message, the body is missing:
$ echo "testing" | mailx -s "test" abc@gmail.com
...and the following message is returned at the command line:
Null message body; hope that's ok
Looking for suggestions.
TIA