mtcextendee/mautic-random-smtp-bundle

此包已 废弃,不再维护。未建议替代包。
关于此包最新版本(1.3.0)没有可用的许可证信息。

安装: 142

依赖: 0

建议者: 0

安全: 0

星标: 19

关注者: 6

分支: 19

开放问题: 4

类型:mautic-plugin

1.3.0 2019-04-03 10:42 UTC

This package is auto-updated.

Last update: 2024-03-29 03:32:50 UTC


README

Mautic的随机SMTP服务器支持

通过命令行安装

  1. composer require mtcextendee/mautic-random-smtp-bundle
  2. php app/console mautic:plugins:reload

手动安装

  1. 下载最新版本 https://github.com/mtcextendee/mautic-random-smtp-bundle/releases
  2. 解压文件到 plugins/MauticRandomSmtpBundle
  3. 转到 /s/plugins/reload
  4. 查看 RandomSMTP 插件

设置插件

插件配置

  1. 将SMTP服务器粘贴到插件设置(每行逗号分隔的SMTP服务器列表)

您可以使用列

  • 主机
  • 用户名
  • 密码
  • 端口 - 不是必需的。默认为25
  • 认证模式 - 不是必需的。默认为无。其他选项为 plain, login 或 cram-md5
  • 加密 - 不是必需的。默认为无。其他选项为 ssl 或 tls
  • 发件人邮箱
  • 发件人姓名
  1. 与每个参数匹配列号。从0开始

image

  1. 转到配置并从服务提供商列表中选择 Random SMTP

image

更多

Mautic 扩展系列 mtcextendee.com