From 351f981b794a634f28580df8de1cddbf5f66e4f2 Mon Sep 17 00:00:00 2001 From: Valerio Colella <31210514+PrOF-kk@users.noreply.github.com> Date: Fri, 8 Mar 2024 17:56:36 +0100 Subject: [PATCH] Fix missing backtick --- mailer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailer.rst b/mailer.rst index 398dced44e4..8f231be4520 100644 --- a/mailer.rst +++ b/mailer.rst @@ -247,7 +247,7 @@ Provider SMTP H .. note:: The specific transports, e.g. ``mailgun+smtp`` are designed to work without any manual configuration. - Changing the port by appending it to your DSN is not supported for any of these ``+smtp` transports. + Changing the port by appending it to your DSN is not supported for any of these ``+smtp`` transports. If you need to change the port, use the ``smtp`` transport instead, like so: .. code-block:: env