Loading docs/topics/email.txt +0 −26 Original line number Diff line number Diff line Loading @@ -423,17 +423,6 @@ want to specify it explicitly, put the following in your settings:: EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' .. admonition:: SMTPConnection objects Prior to version 1.2, Django provided a :class:`~django.core.mail.SMTPConnection` class. This class provided a way to directly control the use of SMTP to send email. This class has been deprecated in favor of the generic email backend API. For backwards compatibility :class:`~django.core.mail.SMTPConnection` is still available in ``django.core.mail`` as an alias for the SMTP backend. New code should use :meth:`~django.core.mail.get_connection` instead. .. _topic-email-console-backend: Console backend Loading Loading @@ -607,18 +596,3 @@ the email body. You then only need to set the :setting:`EMAIL_HOST` and For a more detailed discussion of testing and processing of emails locally, see the Python documentation for the :mod:`smtpd` module. SMTPConnection ============== .. class:: SMTPConnection .. deprecated:: 1.2 The ``SMTPConnection`` class has been deprecated in favor of the generic email backend API. For backwards compatibility ``SMTPConnection`` is still available in ``django.core.mail`` as an alias for the :ref:`SMTP backend <topic-email-smtp-backend>`. New code should use :meth:`~django.core.mail.get_connection` instead. docs/topics/testing.txt +1 −1 Original line number Diff line number Diff line Loading @@ -2145,7 +2145,7 @@ utility methods in the ``django.test.utils`` module. Performs any global pre-test setup, such as the installing the instrumentation of the template rendering system and setting up the dummy ``SMTPConnection``. the dummy email outbox. .. function:: teardown_test_environment() Loading Loading
docs/topics/email.txt +0 −26 Original line number Diff line number Diff line Loading @@ -423,17 +423,6 @@ want to specify it explicitly, put the following in your settings:: EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' .. admonition:: SMTPConnection objects Prior to version 1.2, Django provided a :class:`~django.core.mail.SMTPConnection` class. This class provided a way to directly control the use of SMTP to send email. This class has been deprecated in favor of the generic email backend API. For backwards compatibility :class:`~django.core.mail.SMTPConnection` is still available in ``django.core.mail`` as an alias for the SMTP backend. New code should use :meth:`~django.core.mail.get_connection` instead. .. _topic-email-console-backend: Console backend Loading Loading @@ -607,18 +596,3 @@ the email body. You then only need to set the :setting:`EMAIL_HOST` and For a more detailed discussion of testing and processing of emails locally, see the Python documentation for the :mod:`smtpd` module. SMTPConnection ============== .. class:: SMTPConnection .. deprecated:: 1.2 The ``SMTPConnection`` class has been deprecated in favor of the generic email backend API. For backwards compatibility ``SMTPConnection`` is still available in ``django.core.mail`` as an alias for the :ref:`SMTP backend <topic-email-smtp-backend>`. New code should use :meth:`~django.core.mail.get_connection` instead.
docs/topics/testing.txt +1 −1 Original line number Diff line number Diff line Loading @@ -2145,7 +2145,7 @@ utility methods in the ``django.test.utils`` module. Performs any global pre-test setup, such as the installing the instrumentation of the template rendering system and setting up the dummy ``SMTPConnection``. the dummy email outbox. .. function:: teardown_test_environment() Loading