my $sender = Mail::Transport::Exim->new(...); $sender->send($message);
See SYNOPSIS in Mail::Transport::Send
Implements mail transport using the external 'Exim'
program.
When instantiated, the mailer will look for the binary in specific system
directories, and the first version found is taken.
See DESCRIPTION in Mail::Transport::Send