Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        transport => Email::Sender::Transport::SMTP->new(
            { host => 'localhost', port => 25 }),
    });