fetus Diary
2006/11/28(火) - よし
これ、直った。
$mailer = new CommentNotifyMail();
$mailer->SetAttribute('mailto', $author_mail);
$mailer->SetAttributeByRef('entry', $data);
$mailer->SetAttribute('commenter_name', $input['name']);
$mailer->SetAttribute('commenter_mail', NULL);
$mailer->SetAttribute('comment_body', $input['body']);
$mailer->SetAttribute('co_serial', $co_serial);
$mailer->Send();
06/11/28 23:0506/11/29 1:30
コメント
コメントはありません。