simple-php-mailing-list:一个简单PHPMySQL邮件收集类订阅、退订、获取所有订阅者

时间:2021-06-11 16:09:28
【文件属性】:
文件名称:simple-php-mailing-list:一个简单PHPMySQL邮件收集类订阅、退订、获取所有订阅者
文件大小:4KB
文件格式:ZIP
更新时间:2021-06-11 16:09:28
PHP 简单的 PHP 邮件列表文档 开始上课 $ mailingList = new SimpleMailingList (); 配置数据库 $ db = array ( 'host' => 'localhost' , 'username' => 'me' , 'password' => 'mypassword' , 'database' => 'dbname' , 'table' => 'subscribers' ); $ mailingList -> setDbConfig ( $ db ); 订阅新电子邮件 $ mailingList -> subscribe ( 'me@example.com' ); $ mailingList -> subscribe ( 'you@example.com' ); 取消订阅现有电子邮件 $ mailingList -> unsubsc
【文件预览】:
simple-php-mailing-list-master
----simple-php-mailing-list.php(7KB)
----LICENSE(1KB)
----README.md(853B)

网友评论