Subject: | Error in example in CONFIGURATION section |
The example in CONFIGURATION section show:
sender => {
# if mailer doesn't start with Email::Sender::Simple::Transport::,
# then this is prepended.
mailer => 'SMTP',
# mailer_args is passed directly into Email::Sender::Simple
mailer_args => {
Host => 'smtp.example.com', # defaults to localhost
username => 'username',
password => 'password',
}
mailer_args for authentication are actually:
sasl_username
sasl_password