eladkal commented on issue #53135: URL: https://github.com/apache/airflow/issues/53135#issuecomment-3064947857
`email_on_failure` and `email` are deprecated in Airflow 3 and will be removed in Airflow 4. https://github.com/apache/airflow/blob/379c478a010631aafc57f461088f965e7acda27c/task-sdk/src/airflow/sdk/bases/operator.py#L1051-L1062 can you please try to use SmtpNotifier and let us know if it solves the problem? regardless it should work but migrating to SmtpNotifier can resolve your issue till we fix the underlying cause -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
