Git Product home page Git Product logo

tt-rss-mailer-smtp-clone's Introduction

Installation

  1. Git clone plugin to tt-rss/plugins.local/mailer_smtp
  2. Enable via TTRSS_PLUGINS global configuration setting (this is a system plugin, it can't be enabled per-user).
  3. Set the following plugin settings via .env or putenv() in config.php:
TTRSS_SMTP_SERVER=localhost:587
# Use this server (hostname:port). Empty value disables plugin.

TTRSS_SMTP_LOGIN=
TTRSS_SMTP_PASSWORD=
# Login/password for SMTP auth, if needed.

TTRSS_SMTP_SECURE=tls
#Use secure connection. Allowed values: `ssl`, `tls`, or empty.

#TTRSS_SMTP_SKIP_CERT_CHECKS=
# Accept all SSL certificates, use with caution.

#TTRSS_SMTP_CA_FILE=
# Use custom CA certificate for SSL/TLS secure connections. Only used if TTRSS_SMTP_SKIP_CERT_CHECKS is false.

Upgrading from legacy setup

If you don't use .env, migrate config.php values as follows:

define('SMTP_SERVER', 'hostname'); โ†’ putenv('TTRSS_SMTP_SERVER=hostname);

tt-rss-mailer-smtp-clone's People

Contributors

cthu1hoo avatar

Watchers

 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.