zachliu commented on issue #17930: URL: https://github.com/apache/airflow/issues/17930#issuecomment-931715547
I was led here because of this warning message ``` WARNING - /usr/local/lib/python3.8/site-packages/airflow/utils/email.py:102 PendingDeprecationWarning: Fetching SMTP credentials from configuration variables will be deprecated in a future release. Please set credentials using a connection instead. ``` then i tried SES and had the same problem. i almost opened up a duplicated issue :joy_cat: for now i just put credentials into a `smtp_default` connection but be careful: https://github.com/apache/airflow/issues/16468#issuecomment-931714174 -- 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]
