An open API service indexing awesome lists of open source software.

https://github.com/mozilla/discourse-auto-email-in

INACTIVE - http://mzl.la/ghe-archive - Discourse plugin which automatically sets category email-in addresses based on their slug
https://github.com/mozilla/discourse-auto-email-in

discourse discourse-plugin inactive unmaintained

Last synced: 3 months ago
JSON representation

INACTIVE - http://mzl.la/ghe-archive - Discourse plugin which automatically sets category email-in addresses based on their slug

Awesome Lists containing this project

README

          

# auto-email-in
*Discourse plugin which automatically sets category email-in addresses based on their slug*

[![Build Status](https://travis-ci.org/mozilla/discourse-auto-email-in.svg?branch=master)](https://travis-ci.org/mozilla/discourse-auto-email-in)

## Bug reports

Bug reports should be filed [by following the process described here](https://discourse.mozilla.org/t/where-do-i-file-bug-reports-about-discourse/32078).

## Installation

Follow the Discourse [Install a Plugin](https://meta.discourse.org/t/install-a-plugin/19157) guide.

## Usage

Email-in address autogeneration can be disabled on particular categories by opening their category edit modal, going to "Settings", and ticking the "Disable auto-email-in plugin on this category and subcategories" option. Now the email-in address can be manually set, or removed altogether.

If `auto_email_in_append` is enabled then this plugin won't overwrite existing email-in addresses, but will append newly generated addresses to the chain of possible addresses.

Then, if an admin manually edits the email in value, the generated address will be appended (if it doesn't already exist). This can be used to clear old addresses on categories.

If `auto_email_in_append` is disabled, then this plugin will overwrite all existing email-in addresses with the ones it generates, and admins won't be able to edit addresses.

## Licence

[MPL 2.0](https://www.mozilla.org/MPL/2.0/)