通过 SQL 脚本在 Magento 中创建邮件模板?
是否可以通过运行一些 SQL 脚本直接创建邮件模板?
谢谢!
is it possible to create a mail template directly by running some SQL script?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您指的是事务性电子邮件,是的。
如果您查看安装程序脚本,
您可以找到用于更新现有模板的 SQL 语句示例。
并
显示插入和更新 SQL 语句
If you're referring to transactional e-mails, yes
If you look in the installer scripts in
you can find samples of SQL statements used to update existing templates.
and
shows insert and update SQL statements