craffft/contao-accountmail
最新稳定版本:1.3.0
Composer 安装命令:
composer require craffft/contao-accountmail
包简介
Login data emails for contao accounts.
README 文档
README
What is accountmail
Accountmail sends emails to new members and users in contao. If a member or a user gets a new password, an email will also be sent. In the backend, the email contents can be changed.
License
This Contao extension is licensed under the terms of the LGPLv3. http://www.gnu.org/licenses/lgpl-3.0.html
Hooks
$GLOBALS['TL_HOOKS']['replaceAccountMailParameters'][] = array('Hooks', 'replaceAccountMailParameters'); /** * @param $strType * @param $arrParameters * @param $dc * @return array */ public function replaceAccountMailParameters($strType, $arrParameters, $dc) { switch ($strType) { case 'emailNewMember': // Do anything break; case 'emailChangedMemberPassword': // Do anything break; case 'emailNewUser': // Do anything break; case 'emailChangedUserPassword': // Do anything break; } return $arrParameters; }
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2015-04-23