File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ This plugin is available from [Packagist](https://packagist.org/packages/elm/ide
1414
1515To use a specific version:
1616
17- $ git checkout 1.0.0-1.6
17+ $ git checkout 1.6.0
1818
19- Replace ` 1.0.0-1.6 ` with any version found [ here] ( https://github.com/deflomu/Roundcube-SMTP-per-Identity-Plugin/tags )
19+ Replace ` 1.6.0 ` with any version found [ here] ( https://github.com/deflomu/Roundcube-SMTP-per-Identity-Plugin/tags )
2020
2121The plugins folder must be named identity_smtp.
2222
@@ -25,6 +25,11 @@ Add `identity_smtp` to `$rcmail_config['plugins']` in `config/main.inc.php`.
2525A default SMTP server has to be set in ` config/main.inc.php ` , otherwise
2626Roundcube will not call any SMTP function and the plugin will not work.
2727
28+ ## Versions
29+
30+ Each version's Major + Minor will match the latest version of Roundcube that it's compatible with.
31+ If you cannot find a version for your install, use the closest-matching newer version.
32+
2833## Usage
2934
3035In the ` Identities ` settings you can specify an alternative SMTP server for every
@@ -49,4 +54,4 @@ want to use to send mail.
4954* Password: ` HighlySecurePassw0rd `
5055
5156Note: As of 30/MAY/2022 Google blocks sending email using your account's password.
52- To get a working password for sending email, please use an [ App Specific Password] ( https://support.google.com/accounts/answer/185833?hl=en ) .
57+ To get a working password for sending email, please use an [ App Specific Password] ( https://support.google.com/accounts/answer/185833?hl=en ) .
You can’t perform that action at this time.
0 commit comments