October 2009
1 post
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,...
Oct 21st