@@ -238,8 +238,19 @@ Incoming mail servers
238
238
As mentioned earlier, using redirections is the recommended method to receive emails in Odoo.
239
239
However, it is also possible to set up incoming mail servers. Using this method means creating an
240
240
incoming email server for each mailbox on your server, catchall, bounce, and every alias of the
241
- database, in order to fetch all incoming emails. Incoming mail servers are created by going to
242
- :menuselection: `Settings --> Technical --> Emails: Incoming Mail Servers `.
241
+ database, in order to fetch all incoming emails.
242
+
243
+ .. warning ::
244
+ Odoo's *Incoming Mail Servers * feature is designed for shared inboxes (e.g.,
245
+ `
[email protected] ` or `
[email protected] `) to route messages to team pipelines,
246
+ tickets, or documents.
247
+
248
+ Using personal email addresses (e.g., `
[email protected] `) as incoming mail servers
249
+ is **not ** recommended. Doing so can lead to increased security risks, unintended message
250
+ routing, privacy issues, and difficulties syncing replies correctly.
251
+
252
+ Incoming mail servers are created by going to :menuselection: `Settings --> Technical --> Emails:
253
+ Incoming Mail Servers `.
243
254
244
255
.. important ::
245
256
We recommend using the IMAP protocol over the POP protocol, as IMAP fetches all unread emails,
@@ -297,8 +308,8 @@ Infinite email loops
297
308
====================
298
309
299
310
In some cases, infinite mailing loops can be created. Odoo provides some protection against such
300
- loops, ensuring the same sender cannot send too many emails **that would create records ** to an alias in
301
- a specific time span.
311
+ loops, ensuring the same sender cannot send too many emails **that would create records ** to an
312
+ alias in a specific time span.
302
313
303
314
By default, an email address can send up to 20 emails in 120 minutes. If more emails are sent, they
304
315
are blocked and the sender receives the following message:
@@ -314,10 +325,6 @@ To change the default behavior, enable :ref:`developer-mode`, then go to :menuse
314
325
- For the second parameter, enter `mail.gateway.loop.threshold ` as the :guilabel: `Key ` and choose a
315
326
number of emails as the :guilabel: `Value ` (`20 ` is the default behavior).
316
327
317
- .. important ::
318
- These parameters are only used to prevent the creation of new records. They **do not prevent
319
- replies ** from being added to the chatter.
320
-
321
328
Allow alias domain system parameter
322
329
===================================
323
330
0 commit comments