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
- Host: GitHub
- URL: https://github.com/mozilla/discourse-auto-email-in
- Owner: mozilla
- License: mpl-2.0
- Archived: true
- Created: 2017-02-24T17:34:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T18:18:44.000Z (over 6 years ago)
- Last Synced: 2025-01-16T16:24:20.724Z (12 months ago)
- Topics: discourse, discourse-plugin, inactive, unmaintained
- Language: Ruby
- Size: 21.5 KB
- Stars: 3
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# auto-email-in
*Discourse plugin which automatically sets category email-in addresses based on their slug*
[](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/)