airbnb/knowledge-repo

Set up mail client for approvals

Amanotas20 opened this issue · 3 comments

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

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.

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

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

#696
#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.