knowledge-repo icon indicating copy to clipboard operation
knowledge-repo copied to clipboard

Set up mail client for approvals

Open Amanotas20 opened this issue 3 years ago • 3 comments
trafficstars

Hi!

I would like to know how to set up the mail client to send posts approval requests and also block the publish option while the post is in review state. has anyone done this so far?

Thanks

Amanotas20 avatar Jul 27 '22 13:07 Amanotas20

Unfortunately, these features have not been completed so far. If your knowledge repo is git repo based, you can use PR review process to setup mail notification and block post in review state.

JJJ000 avatar Aug 01 '22 04:08 JJJ000

Is it an urgent to you? We can plan it out or collaborate potentially.

JJJ000 avatar Aug 01 '22 04:08 JJJ000

@Amanotas20 please reference the following PR, which uses SendGrid as an example for setting up an email client:

https://github.com/airbnb/knowledge-repo/pull/696 https://github.com/airbnb/knowledge-repo/pull/718

You need to add the email configurations to enable email related features in the following file:

https://github.com/airbnb/knowledge-repo/blob/master/knowledge_repo/app/config_defaults.py

Please see if this feature works for you.

csharplus avatar Jan 08 '23 21:01 csharplus