• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

localization/H13-Sep-2017-9072

LICENSEH A D13-Sep-20171 KiB2015

README.markdownH A D13-Sep-20171.1 KiB4331

composer.jsonH A D13-Sep-2017491 1817

crowdin.yamlH A D13-Sep-2017103 43

identity_smtp.phpH A D13-Sep-20178.7 KiB257211

README.markdown

1identity_smtp Roundcube Plugin
2==============================
3
4This roundcube plugin allows to setup identities with different smtp servers
5than the servers default.
6
7Installation
8============
9
10This plugin is available in the [Roundcube Plugin
11repository](http://plugins.roundcube.net/packages/elm/identity_smtp).
12
13Manual Installation
14-------------------
15
16    $ cd /path/to/roundcube/plugins
17    $ git clone git://github.com/elm/Roundcube-SMTP-per-Identity-Plugin.git identity_smtp
18
19The plugins folder must be named identity_smtp.
20
21Add `identity_smtp` to `$rcmail_config['plugins']` in `config/main.inc.php`.
22
23A default smtp server has to be set in `config/main.inc.php`. Otherwise
24roundcube will not call any smtp function and the plugin will not work.
25
26Usage
27=====
28In the indentities settings you can specify an alternative smtp server for every
29identity to send mails. When composing a mail just choose the identity you want
30to use to send a mail.
31
32Examples
33--------
34### Gmail
35* Server IP/Hostname: tls://smtp.gmail.com
36* Server Port: 587
37* Username: example@gmail.com
38* Password: ...
39
40Contact
41=======
42You can contact me at elm -at- skweez.net
43