Skip to content

Instantly share code, notes, and snippets.

@takekoshi
takekoshi / gist:6931872
Created October 11, 2013 09:11
codeigniter2.0.3日本語版: application/libraries/MY_Email.phpの例
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class MY_Email extends CI_Email {
public function __construct($config = array())
{
parent::__construct($config);
}
public function message($body)