定制 bennet0496/mailmerge 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bennet0496/mailmerge

最新稳定版本:0.1.2

Composer 安装命令:

composer require bennet0496/mailmerge

包简介

Mailmerge Functionality for mass mails in Roundcube

README 文档

README

Generate Mass-e-mails from Template and CSV with Roundcube.

Inspired by: https://addons.thunderbird.net/en-US/thunderbird/addon/mail-merge/

img_1.png

Supported Variable replacements

{{name}} The variable will be replaced by the value of the field name, e.g.: {{FirstName}}: the variable will be replaced by the value of the field FirstName {{LastName}}: the variable will be replaced by the value of the field LastName {{PrimaryEmail}}: the variable will be replaced by the value of the field PrimaryEmail

The first row of the CSV will always be the table header determining the column names!

{{name|if|then}} If the value of the field name equals if, then the variable will be replaced by then.

{{name|if|then|else}} If the value of the field name equals if, then the variable will be replaced by then, else by else.

{{name|*|if|then|else}} (includes) If the value of the field name includes if, then the variable will be replaced by then, else by else.

{{name|^|if|then|else}} (starts with) If the value of the field name starts with if, then the variable will be replaced by then, else by else.

{{name|$|if|then|else}} (ends with) If the value of the field name ends with if, then the variable will be replaced by then, else by else.

{{name|==|if|then|else}} (equal to) (number) If the value of the field name is equal to if, then the variable will be replaced by then, else by else.

{{name|>|if|then|else}} (greater than) (number) If the value of the field name is greater than if, then the variable will be replaced by then, else by else.

{{name|>=|if|then|else}} (greater than or equal to) (number) If the value of the field name is greater than or equal to if, then the variable will be replaced by then, else by else.

{{name|<|if|then|else}} (less than) (number) If the value of the field name is less than if, then the variable will be replaced by then, else by else.

{{name|<=|if|then|else}} (less than or equal to) (number) If the value of the field name is less than or equal to if, then the variable will be replaced by then, else by else.

统计信息

  • 总下载量: 5
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-02-24