Re: [Catalyst] Catalyst::Plugin::Email not working

2009-12-02 Thread Meeko
I did what you said, wrapping in an eval, and no errors occured. However, I think I have narrowed the problem down some. Here is what I have discovered: I changed the configuration of Catalyst::Plugin::Email to use an unauthenticated SMTP server which I own (I have relaying disabled, and only ha

Re: [Catalyst] Catalyst::Plugin::Email not working

2009-12-02 Thread Charlie Garrison
Good afternoon, On 2/12/09 at 8:51 PM -0500, Meeko wrote: SELinux is disabled (see below). Also, on the same machine I have several other non-Catalyst perl apps that I use Net::SMTP to send e-mail with, and they work fine so I know that e-mail can get out on this machine. There's just someth

Re: [Catalyst] Catalyst::Plugin::Email not working

2009-12-02 Thread Meeko
SELinux is disabled (see below). Also, on the same machine I have several other non-Catalyst perl apps that I use Net::SMTP to send e-mail with, and they work fine so I know that e-mail can get out on this machine. There's just something about Catalyst::Plugin::Email that is not sending them, and

Re: [Catalyst] Catalyst::Plugin::Email not working

2009-12-02 Thread Greg Matheson
On Wed, 02 Dec 2009, Meeko wrote: > Hi everyone. I have been developing an app for quite some time on a local > machine here (OS X 10.4) which at various times throughout its life it needs > to send out e-mails. > It's been working great during development, I get all the e-mails when they > ar

[Catalyst] Catalyst::Plugin::Email not working

2009-12-02 Thread Meeko
Hi everyone. I have been developing an app for quite some time on a local machine here (OS X 10.4) which at various times throughout its life it needs to send out e-mails. I have been using Catalyst::Plugin::Email to send those e-mails, using authenticated SMTP from an e-mail account I have with

[Catalyst] [ANNOUNCE] Catalyst-Runtime 5.80015

2009-12-02 Thread Tomas Doran
Hiya. I'm pleased to announce a new stable release of Catalyst-Runtime (5.80015). This release mainly wraps up the new features and bugfixes previewed in 5.80014_01 and 5.80014_02. Significant changes are for people running FastCGI - paths containing special characters and Unicode issues

Re: [Catalyst] RESTful client

2009-12-02 Thread Tomas Doran
On 2 Dec 2009, at 12:12, Sungsam Gong wrote: How do you guys implement your client? If at all possible, outside my web application. Waiting for page builds whilst calling out to a remote HTTP service implicitly ties your site's best case performance of that of the remote web service, whic

[Catalyst] Conflict between C::TraitFor::Model::DBIC::Schema::Caching and C::P::I18N::DBI

2009-12-02 Thread Octavian Râşniţă
Hello, I've installed Catalyst::TraitFor::Model::DBIC::Schema::Caching and it seems to work fine, but it conflicts with Catalyst::Plugin::I18N::DBI. I made the following settings in order to be able to use C::TraitFor::... 'Model::DB' => { traits => ['Caching'], schema_class => 'BRK::Schema

Re: [Catalyst] RESTful client

2009-12-02 Thread Will Hawes
2009/12/2 Sungsam Gong : > Hello, > > Can anybody suggest a client for REST webservices? > I found Catalyst::Mode::WebService, but want to know others more. > How do you guys implement your client? Haven't used it personally, but there is a REST::Client module: http://search.cpan.org/~mcrawfor/RES

[Catalyst] RESTful client

2009-12-02 Thread Sungsam Gong
Hello, Can anybody suggest a client for REST webservices? I found Catalyst::Mode::WebService, but want to know others more. How do you guys implement your client? Regards, Sung ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi