frosh/templatemail-mjml
最新稳定版本:1.2.0
Composer 安装命令:
composer require frosh/templatemail-mjml
包简介
MJML Support for FroshTemplateMail
关键字:
README 文档
README
Requirements
- FroshTemplateMail installed
- MJML installed and available in PATH or with a web api
Template location
Example Mail sORDER
- HTML Template
- themes/Frontend/MyTheme/email/sORDER.html.mjml
Disable Cache
While developing set backend cache to Blackhole to disable cache. See guide https://en-community.shopware.com/_detail_1961.html#Debug_configuration
Web API
If you cannot install mjml on the host, you can use the web api. Add the following configuration to your config.php
'mjml_api' => 'https://user:key@api.mjml.io/v1/render'
If you don't have a user account or public key, you can use this public available API endpoint.
'mjml_api' => 'https://mjml.shyim.de'
otherwise you can also host your own mjml server see Repository
统计信息
- 总下载量: 1.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-21