This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 63db610d50a9294c0db14135b3a2532e0c33cd22 Author: Kamil BreguĊa <[email protected]> AuthorDate: Wed Aug 5 19:42:36 2020 +0200 Improve heading on Email Configuration page (#10175) (cherry picked from commit 92869f004aeea3462e37c19fd4dd93cabb9759e9) --- docs/howto/email-config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/email-config.rst b/docs/howto/email-config.rst index 2d95b7c..fe2fdc2 100644 --- a/docs/howto/email-config.rst +++ b/docs/howto/email-config.rst @@ -16,7 +16,7 @@ under the License. Email Configuration -------------------- +=================== You can configure the email that is being sent in your ``airflow.cfg`` by setting a ``subject_template`` and/or a ``html_content_template``
