書き置き。

ほぼ勉強の記録みたいなもんです。

2009-10-15から1日間の記事一覧

ShellからQdmailを使用してメール送信を行う方法

shellクラスの外側でControllerとQdmailを読み込んでおく App::import("Core","Controller"); App::import("Component","Qdmail"); (中略) function send(){ $this->Qdmail = new QdmailComponent(); $this->Qdmail->Controller = new Controller(); //この…