jasonblais / mattermost-plugin-email-reply

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mailermost (ALPHA)

Build Status Code Coverage

Reply directly to an email notification...

example of replying to an email notification

...and the post appears in Mattermost.

example of resulting Mattermost post

Requirements

  • Mattermost v5.10

Installation

  1. Go to the releases page of this Github repository and download the latest release for your Mattermost server.
  2. In the Mattermost System Console under System Console > Plugins > Plugin Management upload the file to install the plugin. To learn more about how to upload a plugin, see the documentation.
  3. In System Console > Plugins > Mailermost, configure the IMAP connection information for the email address that response emails will be sent to. The email address used is the address set in EmailSettings.ReplyToAddress in the Mattermost config.
  4. Save your changes, then activate the plugin at System Console > Plugins > Management and ensure it starts with no errors.

About

License:Apache License 2.0


Languages

Language:Go 78.3%Language:Makefile 21.7%