Email triggers on K8s with Windmill Chart
Hey guys, I followed the setup shown in the github charts project and the documentation. I've created a new flow to be triggered by email but it doesn't run. I noticed that the windmill-app deployment doesn't have the port 2525 open, only 8000 and 8001. Am I missing something?


4 Replies
The helm chart works, it's what is used in the cloud. Your service list look normal.
Is there a way to debug this trigger?
Another thing, we are getting these warnings in logs. Are them related to the triggers?

The issue was that AWS blocks the outbound traffic on port 25. It's possible to request them to remove the restriction.
Ref: https://repost.aws/knowledge-center/ec2-port-25-throttle
Amazon Web Services, Inc.
Remove port 25 restriction for Email Sending from EC2 and Lambda | ...
I want to learn how to remove the port 25 restriction to send email from my Amazon EC2 instances or AWS Lambda functions. I want to follow the steps to request removal of the email sending limitati...