Skip to content

Commit 8c250e1

Browse files
committed
docs: move section down
1 parent ef1914a commit 8c250e1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

user_guide_src/source/libraries/email.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ Email properties. Then save the file and it will be used automatically.
6666
You will NOT need to use the ``$email->initialize()`` method if
6767
you set your preferences in the config file.
6868

69-
Reviewing Preferences
70-
---------------------
71-
72-
The settings used for the last successful send are available from the
73-
instance property ``$archive``. This is helpful for testing and debugging
74-
to determine that actual values at the time of the ``send()`` call.
75-
7669
SSL versus TLS for SMTP Protocol
7770
--------------------------------
7871

@@ -100,6 +93,13 @@ If your configuration requires you to connect to port 587, you should most likel
10093
with the SMTP server to switch from clear-text to an encrypted channel. The initial communication
10194
will be made in clear-text and the channel will be upgraded to TLS with the ``STARTTLS`` command.
10295

96+
Reviewing Preferences
97+
---------------------
98+
99+
The settings used for the last successful send are available from the
100+
instance property ``$archive``. This is helpful for testing and debugging
101+
to determine that actual values at the time of the ``send()`` call.
102+
103103
Email Preferences
104104
=================
105105

0 commit comments

Comments
 (0)