Help for this page

Select Code to Download


  1. or download this
    transport => Email::Sender::Transport::SMTP->new(
                    {
    ...
                      sasl_username => $FooBar::User,
                      sasl_password => $FooBar::Password,
                    }