Skip to content

Instantly share code, notes, and snippets.

View gigo6000's full-sized avatar
💻

Carlos Mafla gigo6000

💻
View GitHub Profile
@gigo6000
gigo6000 / SendEmailCommand.php
Created June 29, 2011 03:03
Symfony2 console/command-line command to send email
namespace VayaFeliz\SiteBundle\Command;
use Symfony\Bundle\FrameworkBundle\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class SendEmailCommand extends Command