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 6b77671301b93a3b8e2250ded98bfbff230658f0 Author: Kamil BreguĊa <[email protected]> AuthorDate: Sat Aug 8 18:57:27 2020 +0200 Set language on code-block on docs/howto/email-config.rst (#10238) * Set language on code-block on docs/howto/email-config.rst * fixup! Set language on code-block on docs/howto/email-config.rst (cherry picked from commit aba29bf4ec4c8e1d50ae28a5a4f8999759a496b4) --- docs/howto/email-config.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/howto/email-config.rst b/docs/howto/email-config.rst index fe2fdc2..89e3ed8 100644 --- a/docs/howto/email-config.rst +++ b/docs/howto/email-config.rst @@ -22,12 +22,10 @@ You can configure the email that is being sent in your ``airflow.cfg`` by setting a ``subject_template`` and/or a ``html_content_template`` in the ``email`` section. -.. code-block:: +.. code-block:: ini [email] - email_backend = airflow.utils.email.send_email_smtp - subject_template = /path/to/my_subject_template_file html_content_template = /path/to/my_html_content_template_file
