Skip to content

Commit dfe54bd

Browse files
committed
[IMP] General: Outbound email servers correction
closes #11760 Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
1 parent 2d721c0 commit dfe54bd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/applications/general/email_communication/email_servers_outbound.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@ Sending emails with an external SMTP server
100100
the DNS of an Odoo subdomain is not feasible.
101101

102102
To add an external SMTP server in Odoo, open :guilabel:`Settings`, and enable the :guilabel:`Use
103-
Custom Email Servers` option found under the :guilabel:`Discuss` section.
103+
Custom Email Servers` option found under the :guilabel:`Emails` section. Then, click
104+
:guilabel:`Save` at the top of the page to save the changes.
104105

105-
Still under the :guilabel:`Discuss` section, click :guilabel:`Outgoing Email Servers`, then `New` to
106+
Returning to the :guilabel:`Emails` section, click :guilabel:`Outgoing Email Servers`, then `New` to
106107
create an outgoing mail server record. Most fields are the common parameters used to set up a
107108
connection to an SMTP server; use the values provided by your email provider.
108109

@@ -158,9 +159,8 @@ transactional emails are given priority.
158159
:alt: Example of split between transaction and mass mailing mail servers.
159160

160161
Now, go to :menuselection:`Email Marketing --> Configuration --> Settings`, enable
161-
:guilabel:`Dedicated Server`, and select the appropriate email server. Odoo uses the server
162-
with the lowest priority value for transactional emails, and the server selected here for mass
163-
mailings.
162+
:guilabel:`Dedicated Server`, and select the appropriate email server. Odoo uses the server with the
163+
lowest priority value for transactional emails, and the server selected here for mass mailings.
164164

165165
.. image:: email_servers_outbound/dedicated-mass-mail-server.png
166166
:alt: Dedicated mail server on Email Marketing app settings.
@@ -194,8 +194,8 @@ When an email is sent from Odoo, the following sequence is used to choose the ou
194194
If the sender's email address is `test@example.com`, only an email server having a FROM filtering
195195
value equal to `test@example.com` or `example.com` can be used.
196196

197-
- If no server is found based on the first criteria, Odoo looks for the first server
198-
without a FROM filtering value set. The email will be overridden with the notification address.
197+
- If no server is found based on the first criteria, Odoo looks for the first server without a FROM
198+
filtering value set. The email will be overridden with the notification address.
199199

200200
- If no server is found based on the second criteria, Odoo uses the first server, and the email will
201201
be overridden with the notification address.
@@ -228,8 +228,8 @@ server is set, the default Odoo's SMTP server will be used.
228228
:alt: Splitting of Odoo mail server for transactional emails and Mail server for Mass mailing.
229229

230230
.. note::
231-
On Odoo Online, the command line interface is equivalent to the default Odoo mail
232-
server, using the same limit as if there was no outgoing mail server in place.
231+
On Odoo Online, the command line interface is equivalent to the default Odoo mail server, using
232+
the same limit as if there was no outgoing mail server in place.
233233

234234
.. tip::
235235
On Odoo Online, the page also shows your daily email usage and your daily limit. On Odoo.sh, you

0 commit comments

Comments
 (0)