📄 mailer.task.php
字号:
<?php//******************************************************//
// ///////// //// /////
// // // // // //
// // ///// ////// //// ////
// // // //// // // // //
// ///////// ///// ////// ///// /////
//******************************************************//
// icebb.net // 1.0 Beta 7
//******************************************************//
// bulk mailer task
// $Id: mailer.php 195 2005-07-24 03:51:11Z mutantmonkey $
//******************************************************///*Note about this task:---------------------This task is special, it will be run daily by default to see if itneeds to send out any e-mails that are told to be run automatically.If it is told to start sending out an e-mail either by the builkmailer or by this task itself, it will automatically update the nextrun time and being sending out mails.*/class task_mailer{ function run() { global $icebb,$db,$std; // send the mail } function sendmail() { global $icebb,$db,$std; }}?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -