uranusjr commented on a change in pull request #18042:
URL: https://github.com/apache/airflow/pull/18042#discussion_r710841062



##########
File path: airflow/config_templates/config.yml
##########
@@ -1351,6 +1351,13 @@
       example: "/path/to/my_html_content_template_file"
       default: ~
       see_also: ":doc:`Email Configuration </howto/email-config>`"
+    - name: from_email
+      description: |
+        Email address that will be used as sender address.
+      version_added: 2.2.0
+      type: string
+      example: "[email protected]"
+      default: ~

Review comment:
       We should mention this can be either just the “raw” email address, or 
the “complete” email address format, to avoid users getting confused. And the 
example should probably use something like `Airflow <[email protected]>` as 
well.




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