symfony-1.3

Unable to send mail in Symfony 1.31

I am trying to send email using the following method in my action class: public function executeTestnewmail() { // send an email to the affiliate $message = $this->getMailer()->compose( array('my_email_address_here' => 'Jobeet Bot'), 'recipient_address_here', 'Jobeet affiliate token', <<<EOF Your Jobe...

Best practice: joining two templates of two plugins

Hi, i have the a login (sfDoctrineGuardPlugin) and a signin (sfDoctrineGuardExtraPlugin) form. Any advice to join them in the same template? Regards ...