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



##########
File path: airflow/config_templates/config.yml
##########
@@ -1358,6 +1358,14 @@
       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.
+        It can either be raw email or the complete address in a format 
``Sender Name <sen...@email.com>``
+      version_added: 2.2.0
+      type: string
+      example: "\"Airflow <airf...@example.com>\""

Review comment:
       ```suggestion
         example: "Airflow <airf...@example.com>"
   ```
   
   I don't think the extra quotes are needed?




-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to