[Catalyst-dev] Catalyst::View::Email patch courtesy of the one and only.

Jonathan T. Rockway jon at jrock.us
Sat Jul 28 00:27:30 GMT 2007


On Fri, Jul 27, 2007 at 05:06:38PM -0500, Evan Carroll wrote:
> --- a/Email.pm
> +++ b/Email.pm
> @@ -35,9 +35,12 @@ In your app configuration (example in L<YAML>):
>              method:     SMTP
>              # mailer_args is passed directly into Email::Send
>              mailer_args:
> -                - Host:       smtp.example.com
> -                - username:   username
> -                - password:   password
> +                - Host
> +                - smtp.example.com
> +                - username
> +                - mySMPTUsername
> +                - password
> +                - mySMTPPassword

Why are you doing this?

Regards,
Jonathan Rockway



More information about the Catalyst-dev mailing list