I'm setting up Airflows build in STMP email configuration in an Airflow instance deployed in Kubernetes. I've been able to see logs from the email server that indicate I am successfully logging in but I'm not getting emails when my DAG's are successful. I have 'email_on_success': True
set in my DAG.
I'm not sure if or where I could find logs of where airflow is trying to send out these emails. I've checked on the webserver, scheduler, and worker pod logs but don't see anything.