Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Catalyst-View-Email CPAN distribution.

Report information
The Basics
Id: 56924
Status: resolved
Priority: 0/
Queue: Catalyst-View-Email

People
Owner: devin.austin [...] gmail.com
Requestors: arthas [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.27
Fixed in: (no value)



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
On Mon Apr 26 05:04:15 2010, ARTHAS wrote: Show quoted text
> 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
Hi, Can you please point me to the documentation stating this? I'm fairly certain there are other modes of authentication available beyond simply sasl. Thanks, -Devin
Hello! You example uses Email::Sender::Transport::SMTP. The documentation for that module at: http://search.cpan.org/~rjbs/Email-Sender-0.100460/lib/Email/Sender/Transport/SMTP.pm only shows "sasl_usersname" and "sasl_password" as authentication options; it doesn't work at all with "username" and "password". Other sending module could, but you example uses Email::Sender::Transport::SMTP. Thanks, Michele.
On Tue Jun 22 05:48:17 2010, ARTHAS wrote: Show quoted text
> Hello! > > You example uses Email::Sender::Transport::SMTP. > > The documentation for that module at: > > http://search.cpan.org/~rjbs/Email-Sender- > 0.100460/lib/Email/Sender/Transport/SMTP.pm > > only shows "sasl_usersname" and "sasl_password" as authentication > options; it doesn't work at all with "username" and "password". Other > sending module could, but you example uses > Email::Sender::Transport::SMTP. > > Thanks, > Michele.
Fixed in 0.32, release pending.