cabotapp / docker-cabot

Docker and docker-compose files for Cabot
https://hub.docker.com/r/cabotapp/cabot/
58 stars 31 forks source link

Alert plugins #30

Open tinamrak opened 5 years ago

tinamrak commented 5 years ago

I am trying to enable email alerts. I have this in my production.env:

EMAIL_HOST=smtp.sendgrid.net
EMAIL_USER=<user>
EMAIL_PASSWORD=<password>
EMAIL_PORT=465

However I'm not receiving any email alerts. Do I have to enable anything else?

I would also like to enable the Slack alert plugin (https://github.com/cabotapp/cabot-alert-slack). How do I enter the cabot virtual environment?

bbarman4u commented 5 years ago

Did you check the logs for any exceptions?