Request For Comments: sending emails in symfony 1.2
Par NiKo le mercredi 17 septembre 2008, 09:35 - Dev
- Lien permanent -
un commentaire -
Tags :
There should be a standard way for sending emails in upcoming symfony 1.2, and I’m in charge of implementing it, using the excellent SwiftMailer library. So I’ve created a dedicated RFC page on the symfony wiki just to get your opinions on the Right Way It Should Be Done®.
If you’re interested, there’s also a dedicated thread on the devs mailing list.
Edit: Swift integration didn’t make it for symfony 1.2, and here are my main reasons:
- I didn’t get enough time
- Swift is strangely coded from an architecture point of view: you must override the SMTP connection class to be able to send a mail using PHP
mail()native function ; so it’s hard to extend or tweak it easily - I didn’t get enough time
- Swift looked like a dead project at the time symfony 1.2 was released
- I didn’t get enough time
To be honnest I’d like to see it integrated for symfony 1.3, but maybe with another lib… Stay tuned.
un commentaire (Ajouter un commentaire)
How about using eZcMail : http://ezcomponents.org/docs/tutori... ?