changed username/password to sasl_username/sasl_password perl https://rt.cpan.org...
Devin Austin [Tue, 15 Jan 2013 21:29:42 +0000 (14:29 -0700)]
lib/Catalyst/View/Email.pm

index 53c8461..6bbc877 100644 (file)
@@ -99,8 +99,8 @@ In your app configuration:
                 # mailer_args is passed directly into Email::Sender::Simple 
                 mailer_args => {
                     host     => 'smtp.example.com', # defaults to localhost
-                    username => 'username',
-                    password => 'password',
+                    sasl_username => 'sasl_username',
+                    sasl_password => 'sasl_password',
             }
           }
         }