in reply to Sending mail through catalyst

On the 6th day of christmas... http://www.catalystframework.org/calendar/2008/6

=> Catalyst::View::Email by example

k

Replies are listed 'Best First'.
Re^2: Sending mail through catalyst
by anirudh_sml (Novice) on Dec 18, 2008 at 10:14 UTC
    First of all thanks to u all now but there is still a problem I am using use MINE::Lite but this is error
    Caught exception in Support::Controller::Support->insert_comment "No s +endmail command available at /var/www/Support2/script/../lib/Support/ +Controller/Support.pm line 246"

      The error is fairly descriptive. You have no `sendmail` command available. Either install it, or use the SMTP way of sending (see the MIME::Lite documentation on how to configure that).

      --
      b10m

        Postfix brings a sendmail binary with it or the original (ugly) sendmail i dont know of any other MTA that brings the binary in its package ... which sendmail: /usr/sbin/sendmail

        hth MH
      line : 246: $msg->send();
        Here is an idea, fix it.