@@ -100,9 +100,10 @@ Sending emails with an external SMTP server
100
100
the DNS of an Odoo subdomain is not feasible.
101
101
102
102
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.
104
105
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
106
107
create an outgoing mail server record. Most fields are the common parameters used to set up a
107
108
connection to an SMTP server; use the values provided by your email provider.
108
109
@@ -158,9 +159,8 @@ transactional emails are given priority.
158
159
:alt: Example of split between transaction and mass mailing mail servers.
159
160
160
161
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.
164
164
165
165
.. image :: email_servers_outbound/dedicated-mass-mail-server.png
166
166
: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
194
194
If the sender's email address is `test@example.com `, only an email server having a FROM filtering
195
195
value equal to `test@example.com ` or `example.com ` can be used.
196
196
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.
199
199
200
200
- If no server is found based on the second criteria, Odoo uses the first server, and the email will
201
201
be overridden with the notification address.
@@ -228,8 +228,8 @@ server is set, the default Odoo's SMTP server will be used.
228
228
:alt: Splitting of Odoo mail server for transactional emails and Mail server for Mass mailing.
229
229
230
230
.. 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.
233
233
234
234
.. tip ::
235
235
On Odoo Online, the page also shows your daily email usage and your daily limit. On Odoo.sh, you
0 commit comments