Skip to content

Commit 90ad1af

Browse files
committed
Fixed the Gmail reference
1 parent 889e153 commit 90ad1af

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

email.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ The ``$message`` object supports many more options, such as including attachment
104104
adding HTML content, and much more. Refer to the `Creating Messages`_ section
105105
of the Swift Mailer documentation for more details.
106106

107+
.. _email-using-gmail:
108+
107109
Using Gmail to Send Emails
108110
--------------------------
109111

reference/configuration/swiftmailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ transport
5858
The exact transport method to use to deliver emails. Valid values are:
5959

6060
* smtp
61-
* gmail (see :doc:`/email/gmail`)
61+
* gmail (see :ref:`email-using-gmail`)
6262
* mail (deprecated in SwiftMailer since version 5.4.5)
6363
* sendmail
6464
* null (same as setting `disable_delivery`_ to ``true``)

0 commit comments

Comments
 (0)