Taragolis commented on code in PR #37711:
URL: https://github.com/apache/airflow/pull/37711#discussion_r1503055937


##########
airflow/providers/smtp/provider.yaml:
##########
@@ -87,3 +87,19 @@ config:
         version_added: 1.3.0
         example: "default"
         default: ~
+      default_templated_email_subject_path:
+        description: |
+          Allows overriding of the standard templated email subject line when 
the SmtpNotifier is used.
+          Must provide a path.
+        type: string
+        version_added: 2.9.0
+        example: "path/to/override/email_subject.html"
+        default: ~
+      default_templated_html_content_path:
+        description: |
+          Allows overriding of the standard templated email path when the 
SmtpNotifier is used. Must provide
+          a path.
+        type: string
+        version_added: 2.9.0

Review Comment:
   ```suggestion
           version_added: 1.6.1
   ```
   
   **Update version**: 
https://github.com/apache/airflow/pull/37711#issuecomment-1965210530



-- 
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]

Reply via email to