coctys / identity_smtp
dev-master
2022-06-12 02:26 UTC
Requires
- roundcube/plugin-installer: >=0.1.3
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
- 密码: 完全安全的密码