3.3.x is getting close. Some notes.

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

3.3.x is getting close. Some notes.

Post by Chris Corbyn »

3.2.x is seeming very stable right now but there are a few interface adjustments I'd like to make so I'll be shifting to 3.3.x most likely before we see the end of June.

Planned changes:
* The event/plugin API has no clean means of "cancelling" the event. I'll put something in place for this.
* Swift_Connection_Exception will be renamed to Swift_ConnectionException for the sake of consistency in the naming of my exceptions -- I'm aware this will break some people's code, but nothing a very basic search & replace won't fix.
* Swift_Connection (interface) and Swift_ConnnectionBase (abstract class) will be merged into a single abstract class replacing "Swift_Connection".
* PKCS#7 Signed messages will be available

These are fairly minor changes. I'm open to suggestions on other minor changes so let me know if there's something niggling in the 3.2.x versions before I get to 3.3 :)
Post Reply