coctys/identity_smtp

此包已被放弃,不再维护。作者建议使用elm/identity_smtp包。

为每个身份设置单独的SMTP设置

安装: 10

依赖: 0

建议: 0

安全: 0

星标: 0

关注者: 0

分支: 16

类型:roundcube插件

dev-master 2022-06-12 02:26 UTC

This package is auto-updated.

Last update: 2022-06-14 11:03:07 UTC


README

此roundcube插件允许设置与默认服务器不同的SMTP服务器身份。

安装

此插件可在packagist.org中找到。

手动安装

$ cd /path/to/roundcube/plugins
$ git clone https://github.com/deflomu/Roundcube-Identity-SMTP identity_smtp

插件文件夹必须命名为identity_smtp。

config/main.inc.php中的$rcmail_config['plugins']中添加identity_smtp

必须在config/main.inc.php中设置默认SMTP主机。否则,roundcube将不会调用任何SMTP函数,插件将无法工作。

使用方法

在身份设置中,您可以指定每个身份的备用SMTP服务器以发送邮件。在编写邮件时,只需选择要使用的身份发送邮件即可。

示例

gmail

  • 服务器主机: tls://smtp.gmail.com:587
  • 用户名: example@gmail.com
  • 密码: 完全安全的密码