obarisk commented on issue #55953: URL: https://github.com/apache/airflow/issues/55953#issuecomment-3368050319
maybe just modify the document? https://airflow.apache.org/docs/apache-airflow/stable/howto/email-config.html email/smtp in `airflow.cfg` configs the connection method/parameter of dag email and the credential (user/password etc) must be provided by an airflow connection. (the default connection is defined in `airflow.cfg`[email].email_conn_id which defaults to `smtp_default` => that's why after you add the connection via environment variable the email works. -- 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]
