Email notifications in Kubernetes Deployment #9204
guptachandresh
started this conversation in
General
Replies: 1 comment 4 replies
-
Mailhog is only used to develop and test DefectDojo - it's not meant to be a SMTP gateway or otherwise send emails. You'd need an SMTP service that will forward emails for DefectDojo to get email notifications to work. There's an example of what to set in settings.py at Most of the configuration is on the SMTP server, not DefectDojo. You can use a command-line tool like telnet or mailx to test connectivity and credentials to send emails to help diagnose email sending issues. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I have been trying to deploy DefectDojo using Kubernetes. As I am not from a development background, I had issues initially with it but managed to deploy it along with mailhog as per some earlier discussions that I have seen. But still, I am unable to send out email notifications. I checked the logs & it gives me an error of Connection Refused. A simple python script confirms there is no issue with connectivity & emails can be sent out.
Any suggestions in this regard would be extremely helpful
Beta Was this translation helpful? Give feedback.
All reactions