fof/pretty-mail
最新稳定版本:1.1.2
Composer 安装命令:
composer require fof/pretty-mail
包简介
Create HTML email for Flarum
关键字:
README 文档
README
A Flarum extension. Make custom HTML templates for emails!
- Configure your custom email template from the extension settings
- This supports all emails sent by Flarum, and 3rd party extensions
Extending
It is possible to make additional variables available to the templates from other extensions. For example:
In your extend.php
(new \FoF\PrettyMail\Extend\PrettyMail) ->addTemplateData('myNewVariable', Callback\NewVariableCallback::class),
The callback should be an invokable class, and accept \Flarum\Notification\Blueprint\BlueprintInterface, returning the string value that should be assigned to your new variable.
You should also include a translation using the key fof-pretty-mail.admin.settings.attributes.myNewVariable, which will be displayed in the extension settings page, so that admin users know what your new key is providing them, and were they should use it in their template.
Installation
Install with composer:
composer require fof/pretty-mail:"*"
Updating
composer update fof/pretty-mail
Important Note
Due to how Flarum handles certain emails, I had to utilize a "hack" to get it to work. Please report any issues you have to our Github.
Links
An extension by FriendsOfFlarum.
统计信息
- 总下载量: 30.57k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-13