-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing email type of connection (#18502)
The email configuration of Airflow became somwhat hybrid - part of the configuration is in the config file and part (authentication) in connection. However there is no dedicated connection type to use for email, and user got confused - they did not realize they could use any connection, and this was really not intuitive. This PR adds email connection type as built-in and updates the documentation of email configuration to use that connection type for smtp/sendgrid (and use the aws one for aws email) Fixes: #18495
- Loading branch information
Showing
2 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters