SYNOPSIS

 my $sender = Mail::Transport::Sendmail->new(...);
 $sender->send($message);

See SYNOPSIS in Mail::Transport::Send

DESCRIPTION

Implements mail transport using the external 'Sendmail' program. When instantiated, the mailer will look for the binary in specific system directories, and the first version found is taken.

Some people use Postfix as MTA. Postfix can be installed as replacement for Sendmail: is provides a program with the same name and options. So, this module supports postfix as well.

See DESCRIPTION in Mail::Transport::Send