Hi , I'm currently running SigNoz on my EC2 instan...
# support
r
Hi , I'm currently running SigNoz on my EC2 instance using the following steps:
Copy code
git clone -b main 
<https://github.com/SigNoz/signoz.git> && cd signoz/deploy/
# For a specific version: git checkout v0.6.1
./install.sh
Everything is working fine, but I want to enable email notifications via Amazon SES. Does anyone know what additional configurations I need to set up to get this working? Any ideas or guidance would be appreciated!
n
Hey @Ronal Raj you need to set following env variables for enabling email notification via smtp : https://signoz.io/docs/manage/administrator-guide/configuration/alertmanager/#smtp-configuration-for-email-alerts
also you can use this guide to understand how to setup smtp with amazon SES: https://docs.aws.amazon.com/ses/latest/dg/send-email-smtp.html