stark256-spec opened a new pull request, #71474: URL: https://github.com/apache/airflow/pull/71474
`send_mime_email` only read `login` and `password` from the SMTP connection; `host`, `port`, STARTTLS/SSL, `timeout` and `retry_limit` were always taken from the `[smtp]` config, even when a connection provided them. This makes it prefer the connection's values, falling back to config when a field is unset. The extra keys and negation semantics mirror the smtp provider's `SmtpHook` so both paths behave the same. closes: #34554 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) Generated-by: Claude Code (Opus 4.8) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
