Releases for sf 1.0
| Version |
License |
API |
Released |
|
1.5.1stable
|
MIT license |
3.3.2stable
|
11/12/2007 |
|
1.5.0stable
|
MIT license |
3.3.2stable
|
01/11/2007 |
|
1.4.0stable
|
MIT license |
3.2.6stable
|
31/07/2007 |
|
1.3.1stable
|
MIT license |
3.2.2stable
|
14/05/2007 |
|
1.3.0stable
|
MIT license |
3.2.0stable
|
08/05/2007 |
|
1.2.4stable
|
MIT license |
3.1.5stable
|
26/04/2007 |
|
1.2.3stable
|
MIT license |
3.1.4stable
|
24/04/2007 |
|
1.2.2stable
|
MIT license |
3.1.3stable
|
18/04/2007 |
|
1.2.1stable
|
MIT license |
3.1.2stable
|
02/04/2007 |
|
1.2.0stable
|
MIT license |
3.1.0stable
|
29/03/2007 |
|
1.1.1stable
|
MIT license |
3.1.0stable
|
27/03/2007 |
|
1.1.0stable
|
MIT license |
1.1.0stable
|
23/03/2007 |
Changelog for release 1.5.1 - 11/12/2007
Not available
Other releases
Release 1.5.1 - 11/12/2007
Not available
Release 1.5.0 - 01/11/2007
Not available
Release 1.4.0 - 31/07/2007
Not available
Release 1.3.1 - 14/05/2007
Not available
Release 1.3.0 - 08/05/2007
Not available
Release 1.2.4 - 26/04/2007
Not available
Release 1.2.3 - 24/04/2007
Not available
Release 1.2.2 - 18/04/2007
Not available
Release 1.2.1 - 02/04/2007
Not available
Release 1.2.0 - 29/03/2007
Not available
Release 1.1.1 - 27/03/2007
Not available
Release 1.1.0 - 23/03/2007
Not available
Release 1.0.0 - 26/09/2006
Not available
sfSwift plugin
The sfSwiftPlugin is a symfony plugin that provides e-mail sending capabilities through the use of the Swift Mailer library http://www.swiftmailer.org/.
This is only an abstraction to provide autoloading to the library.
Installation
To install sfSwiftPlugin, type:
symfony plugin-install http://plugins.symfony-project.com/sfSwiftPlugin
If you wan´t do save the Swift Mailer library in a global directory go to http://www.swiftmailer.org/download/ and extract/checkout the Swift Mailer library
Swift Mailer libary in a global directory
Copy the autoload.yml.sample from %SF_PLUGINS_DIR%/sfSwiftPlugin/config/ to your symfony %SF_CONFIG_DIR% folder and set the path:
autoload:
swift_mailer_classes:
...
path: /your/path/to/swift/
...
Usage
There is an included module called sfSwiftMailer that has a test emailing called ThankYou which you can use as an example for using the library.
Also be sure to review the docs at http://www.swiftmailer.org/wikidocs/
Enjoy!
Changelog
1.5.1
- only use autoload function if needed
1.5.0
- switch to autoload function
1.4.0
- implement sfSwiftMailerBridge thanks to Joaquin.Bravo (now use
Swift instead of sfSwiftPlugin)
1.3.1
- update the libary to 3.2.2 see CHANGES file in the lib/Swift directory of the plugin
1.3.0
- update the libary to 3.2.0 see
CHANGES file in the lib/Swift directory of the plugin
1.2.4
- update the libary to 3.1.5 see
CHANGES file in the lib/Swift directory of the plugin
1.2.3
- update the libary to 3.1.4 see
CHANGES file in the lib directory of the plugin
1.2.2
- update the libary to 3.1.3 see
CHANGES file in the lib directory of the plugin
- correct the example
1.2.1
- update the libary to 3.1.2 see
CHANGES file in the lib directory of the plugin
1.2.0
- fix constructor of sfSwiftPlugin class
1.1.1
- correct typo in the example, not necessary to update
1.1.0
- upgrade Swift to 3.1
- upgrade sample to the syntax from version 3