/me Rubs eyes in disbelief that it's finally ready
Ok, this is only for PHP5 right now. Don't worry, that's not a permanent thing, it's just that I've only just finished the entire rewrite and I'm eager to get people playing with the RC alongside the time I'm spending writing the complete documentation and converting it to PHP4.
This release is NOT a modified version of the code in version 2. It's complete rewrite, hence why it's taken so long. It conforms very closely (well, as far as I know, completely) to the RFCs it's supposed to.
DOWNLOAD:
http://www.swiftmailer.org/pre-releases ... rc1.tar.gz [718KB]
http://www.swiftmailer.org/pre-releases ... .0-rc1.zip [914KB]
Documentation is not in the usual place since I'm still working on it using DokuWiki for now:
DOCUMENTATION:
http://www.swiftmailer.org/wikidocs/
I'm quite literally sat here typing that documentation between reading posts here and drinking cups of tea so do forgive the sparseness of them.
The API is hugely different than it was in version 2 so make sure you look at the examples in the documentation and/or read the API documentation in the "docs" folder of the archive you download.
The EasySwift class should (for the most part) provide all you need to get your existing code working for version 2 and below. Simply replace all occurences of "new Swit(... )" with "new EasySwift( ... )"
When you download the archive and extract it you'll notice that it's several meagbytes in size. Don't worry the actually library is only a few hundred kilobytes, you only need to upload the files in "lib". The other stuff which is making the size bigger is the documentation, smoke tests and unit tests... these are entirely optional parts to upload.
If you have any issues (bugs) or any changes you'd like to see either email me at chris@w3style.co.uk or post here
The PHP 4 version shouldn't be too far behind since it's pretty much a conversion of the PHP5 code.