zachliu commented on issue #16468: URL: https://github.com/apache/airflow/issues/16468#issuecomment-931714174
in case someone else is as confused as me... #16523 is not included in 2.1.4 release, so https://airflow.apache.org/docs/apache-airflow/2.1.4/howto/email-config.html still gives me old info and this log entry ``` [2021-09-30 21:10:46,400] {{base.py:70}} INFO - Using connection to: id: smtp_default. Host: <my-ses-host>, Port: <my-port>, Schema: , Login: <my-user-name>, Password: ***, extra: {} ``` made me think i could put host/port/etc. into the connection until i carefully examined the [source code](https://github.com/apache/airflow/blob/614858fb7d443880451e6111b27fdaf942f563a4/airflow/utils/email.py#L184-L190) :crying_cat_face: -- 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]
