The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

send-email.pl - Simple program that helps test senders

SYNOPSIS

  send-email.pl -via Sender
                -to Address
                -from Address
                -cc Address
                -bcc Address
                -subject 'Subject Line'
                -header Key=Value
                -body Line
                Sender Args

EXAMPLE

  perl ./send-email.pl -via SMTP
                       -header X-Test=hello
                       -to 'casey@example.com'
                       -from 'casey@example.com'
                       -body "Hi there"
                       -body "New Line"
                       mx.example.com Debug 1