[symfony-users] Problem sending mail

2010-01-07 Thread Gianluca Sartori
I'm using symphony verison 1.4 send strategy: none MailTransport: Mail Here is my code: /frontend/modules/newsletter/actions class newsletterActions extends sfActions { public function executeIndex(sfWebRequest $request) { $this-getMailer()-composeAndSend('g.sart...@gmail.com', '

Re: [symfony-users] Problem sending mail

2010-01-07 Thread Stéphane
You need to configure your http://fr.php.net/manual/en/mail.configuration.php#ini.smtp Cheers, Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Thu, Jan 7, 2010 at 11:58 PM, Gianluca Sartori

Re: [symfony-users] Problem sending mail

2010-01-07 Thread Alexandru-Emil Lupu
change your delivery_strategy: none to spool or realtime in order to make it send emails ... here is my config mailer: class: sfMailer param: logging: %SF_LOGGING_ENABLED% charset: %SF_CHARSET% delivery_strategy: spool spool_class:

Re: [symfony-users] Problem sending mail

2010-01-07 Thread Gianluca Sartori
Even with mail strategy: none? G Gianluca Sartori Project Manager - Consulting Academy ELIS Via Sandro Sandri, 45 - 00159 Rome, Italy (web) http://consulting-academy.elis.org (tel) +39 06 4356 0424 (cel) +39 346 2373 445 On Fri, Jan 8, 2010 at 12:04 AM, Stéphane stephane.er...@gmail.com

Re: [symfony-users] Problem sending mail

2010-01-07 Thread Stéphane
There are some informations about this here : http://www.symfony-project.org/advent_calendar/5/en You are using SmtpTransport which use php mail function, which use smtp php ini. Cheers, Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre