Re: [Catalyst] Catalyst & E-Commerce

2009-11-18 Thread goetz
Hi, just have a look at Interchange (http://www.icdevgroup.org/i/dev). I worked for some projects with this fantastic program and it has a very helpfull community - well its perl ;). Maybe it would be possible for some perl gurus to link these projects together? A marriage between Interchange

Re: AW: [Catalyst] Sending E-Mails

2008-10-02 Thread goetz
Thanks for the hint. But nothing changed. Am 02.10.2008 um 13:51 schrieb Moritz Onken: Am 02.10.2008 um 13:45 schrieb goetz: I use the email plugin: use Catalyst qw/ -Debug ConfigLoader Static::Simple StackTrace Prototype

Re: AW: [Catalyst] Sending E-Mails

2008-10-02 Thread goetz
I use the email plugin: use Catalyst qw/ -Debug ConfigLoader Static::Simple StackTrace Prototype Email /; Am 02.10.2008 um 13:41 schrieb Moritz Onken: Am 02.10.2008 um 13:30 schrieb goetz: sub send_email

Re: AW: [Catalyst] Sending E-Mails

2008-10-02 Thread goetz
I running Debian and installed: apt-get install postfix dovecot-imapd dovecot-pop3d policyd-weight in the root controller I have the methods: sub kontakt_email : Local FormConfig { my ( $self, $c ) = @_; my $form = $c->stash->{form}; if ($form->submitted_and_valid) {

[Catalyst] Sending E-Mails

2008-10-02 Thread goetz
Hallo catalyst friends, I created a simple form for contact informations ( using email, FormFu ). When I use Catalysts built-in HTTP server receiving e-mails from this form works fine. As soon as I run the app using FastCGI and Apache no emails will be send. At the moment I really don