Skip to content

CocytusServices/Roundcube-Identity-SMTP

 
 

Repository files navigation

identity_smtp Roundcube Plugin

This roundcube plugin allows to setup identities with different smtp servers than the servers default.

Installation

This plugin is available in the packagist.org.

Manual Installation

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

The plugins folder must be named identity_smtp.

Add identity_smtp to $rcmail_config['plugins'] in config/main.inc.php.

A default smtp host has to be set in config/main.inc.php. Otherwise roundcube will not call any smtp function and the plugin will not work.

Usage

In the indentities settings you can specify an alternative smtp server for every identity to send mails. When composing a mail just choose the identity you want to use to send a mail.

Examples

Gmail

  • Server Host: tls://smtp.gmail.com:587
  • Username: [email protected]
  • Password: CompletelySecurePassword

About

Roundcube plugin to setup different SMTP settings per identity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.6%
  • JavaScript 3.4%