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!
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.