FYI to users of sfDoctrineApplyPlugin: The svn trunk version of this plugin now uses Zend_Mail instead of SwiftMailer.
We made this change because (1) SwiftMailer has abandoned the old version 3.0 API, requiring us to rewrite the code anyway, and (2) it turns out that we use Zend Search elsewhere in most of our projects. Zend Search is required by the pkContextCMS plugin, for instance. So since we're already obligated to install Zend, we decided to use Zend's mailer instead of SwftMailer. As a result, the app.yml options used to configure the mailer have changed. (But if you are using the default mailer you don't care about that.) Along the way I fixed one or two small internationalization oversights as well. This change will appear in the next tarball release of sfDoctrineApplyPlugin, which will be version 1.1 (rather than 1.0.x) due to the backwards-incompatible change. This email is a courtesy to those who may be using the trunk via svn:externals. I would encourage those who use alternate mailer settings, such as delivery via gmail, to test those features thoroughly. Here we typically use the default mailer. For those who hate this change, note that there is now a mail() method in the sfApplyActions class. By overriding this method at the application level you can replace the mail delivery system with a mechanism of your choice, removing Zend Mail from the picture. -- Tom Boutell P'unk Avenue 215 755 1330 punkave.com window.punkave.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
