Hi I'm currently running SigNoz on my EC2 instance using the following steps: ```git clone -b main ...
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!