Giter Club home page Giter Club logo

roundcube-smtp-per-identity-plugin's Introduction

identity_smtp Roundcube Plugin

This Roundcube plugin allows you to setup identities with different SMTP servers from the RC installation's default.

Installation

This plugin is available from Packagist.

Manual Installation

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

To use a specific version:

$ git checkout 1.6.0

Replace 1.6.0 with any version found here

The plugins folder must be named identity_smtp.

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

A default SMTP server has to be set in config/main.inc.php, otherwise Roundcube will not call any SMTP function and the plugin will not work.

Versions

Each version's Major + Minor will match the latest version of Roundcube that it's compatible with. If you cannot find a version for your install, use the closest-matching newer version.

Usage

In the Identities settings you can specify an alternative SMTP server for every identity to send mail with. When composing an email, just choose the identity you want to use to send mail.

Examples

Gmail

Roundcube 1.6+

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

Roundcube 1.5 & below

  • Server IP/Hostname: tls://smtp.gmail.com
  • Server Port: 587
  • Username: [email protected]
  • Password: HighlySecurePassw0rd

Note: As of 30/MAY/2022 Google blocks sending email using your account's password. To get a working password for sending email, please use an App Specific Password.

roundcube-smtp-per-identity-plugin's People

Contributors

bouttier avatar deflomu avatar dscho avatar joebordes avatar metalefty avatar michaelkanis avatar mp107 avatar notactuallyterry avatar ritze avatar sahne123 avatar stoecker avatar tborychowski avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.