Process Flow - EmailOperator for notifications
Start DAG run
Trigger EmailOperator
Prepare email content
Connect to SMTP server
Send email
Email sent successfully?
No→Log error
Yes
End EmailOperator task
This flow shows how Airflow's EmailOperator sends an email notification during a DAG run, connecting to SMTP and handling success or failure.