Skip to content

Commit abaed8e

Browse files
Update example version, add section on versioning
1 parent 72e67f8 commit abaed8e

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.markdown

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ This plugin is available from [Packagist](https://packagist.org/packages/elm/ide
1414

1515
To 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

2121
The plugins folder must be named identity_smtp.
2222

@@ -25,6 +25,11 @@ Add `identity_smtp` to `$rcmail_config['plugins']` in `config/main.inc.php`.
2525
A default SMTP server has to be set in `config/main.inc.php`, otherwise
2626
Roundcube 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

3035
In 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

5156
Note: 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).

0 commit comments

Comments
 (0)