Hi all,

I'm trying to use Symfony 1.2 with Swift and I got a strange issue..


$methodObject = new Swift_Connection_SMTP('smtp.gmail.com', 465,
Swift_Connection_SMTP::ENC_SSL);
$methodObject->setUsername('[email protected]');
$methodObject->setPassword('PWD');
$mailer          = new Swift($methodObject);
echo "foo";

and `foo` doesn't appear, and I'm not able to send emails... I don't
know why :-(
Does someone got a similar problem ?

--
Adrien
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to