文件名称:cockpit-mailqueue:Cockpit CMS 的简单邮件队列模块
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-26 23:42:02
PHP
驾驶舱邮件队列 与一起使用的简单邮件队列。 没什么特别的,但可以完成工作,至少满足我的需求。 使用来自 Cockpit 的已配置邮件程序,因此无需额外配置。 安装 cd path/to/cockpit/modules/addons git clone https://github.com/florianletsch/cockpit-mailqueue.git Mailqueue 下载或克隆 将所有文件放在文件夹cockpit/modules/addons/Mailqueue 。 打开驾驶舱后端。 成功后,将在主导航中添加一个邮件图标。 添加电子邮件 将单个电子邮件添加到队列。 cockpit ( "mailqueue" )-> add ( $ to , $ subject , $ message ); 将几封电子邮件添加到队列中。 $ mails = [ [ $ to
【文件预览】:
cockpit-mailqueue-master
----bootstrap.php(3KB)
----assets()
--------mailqueue.js(2KB)
----Controller()
--------Mailqueue.php(810B)
----admin.php(694B)
----views()
--------index.php(1KB)
----README.md(3KB)