SERGIE wrote:
Guys,using echo hello | sendmail -s test john.black@xxxxxxxxxx fails.
I think what you're looking for is: $ echo hello | Mail -s test john.black@xxxxxxxxxx i.e. replace "sendmail" with "Mail" (note the upper case M). Paul.
SERGIE wrote:
Guys,using echo hello | sendmail -s test john.black@xxxxxxxxxx fails.
I think what you're looking for is: $ echo hello | Mail -s test john.black@xxxxxxxxxx i.e. replace "sendmail" with "Mail" (note the upper case M). Paul.