Catalyst-View-Email (0.06)
I had to change something to get it to worok. I initially got an error in Catalyst::View::Email at around line 124:
if ( my $method = $self->sender->{method} ) {
I had to put the "sender" in curly brackets.
However, although this fixed the undefined reference error, I still can't get emails to be delivered. This may be due to an SMTP problem, since I'm not getting any errors from Catalyst.
Daniel Zajic - 2007-08-29T16:31:40 (permalink)
4 out of 7 found this review helpful.
Was this review helpful to you?
Yes
No

