mik-laj commented on a change in pull request #10177:
URL: https://github.com/apache/airflow/pull/10177#discussion_r465866729
##########
File path: docs/howto/email-config.rst
##########
@@ -31,6 +31,14 @@ in the ``email`` section.
subject_template = /path/to/my_subject_template_file
html_content_template = /path/to/my_html_content_template_file
+If you want to check which email is currently set, you can use ``airflow
config get-value email email_backend`` command as in
Review comment:
```suggestion
If you want to check which email backend is currently set, you can use
``airflow config get-value email email_backend`` command as in
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]