File tree Expand file tree Collapse file tree
user_guide_src/source/libraries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,13 +66,6 @@ Email properties. Then save the file and it will be used automatically.
6666You will NOT need to use the ``$email->initialize() `` method if
6767you 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-
7669SSL 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
10093with the SMTP server to switch from clear-text to an encrypted channel. The initial communication
10194will 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+
103103Email Preferences
104104=================
105105
You can’t perform that action at this time.
0 commit comments