Kohana Modules@

Oct / 21 / 2009

Swiftmailer Module

The version of Swiftmailer that ships with Kohana 2.3.4 is incompatible with PHP 5.3 (it uses the deprecated split() function). So here is a replacement module using Swift version 4.0.5 (current as of 21/10/2009).

The email helper is designed to be a direct replacement of the one in Kohana, although it does also contain another handy method - send_multipart

send_multipart($to, $from, $subject, $plain='', $html='',$attachments=array())

http://svn.steamshift.com/kohana-modules/tags/1.0/swiftmailer/

Please send comments / improvements

Edit: Thanks to Mike, who pointed out a couple of errors; should be all good now

Page 1 of 1