Skip to content

Commit 4959afe

Browse files
committed
[IMP] General: Email Infinite Loops
closes #14313 X-original-commit: 4a843ba Signed-off-by: Felicia Kuan (feku) <[email protected]> Signed-off-by: Jessica Rogers (jero) <[email protected]>
1 parent d383be0 commit 4959afe

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

content/applications/general/email_communication/email_servers_inbound.rst

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,19 @@ Incoming mail servers
238238
As mentioned earlier, using redirections is the recommended method to receive emails in Odoo.
239239
However, it is also possible to set up incoming mail servers. Using this method means creating an
240240
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`.
243254

244255
.. important::
245256
We recommend using the IMAP protocol over the POP protocol, as IMAP fetches all unread emails,
@@ -297,8 +308,8 @@ Infinite email loops
297308
====================
298309

299310
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.
302313

303314
By default, an email address can send up to 20 emails in 120 minutes. If more emails are sent, they
304315
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
314325
- For the second parameter, enter `mail.gateway.loop.threshold` as the :guilabel:`Key` and choose a
315326
number of emails as the :guilabel:`Value` (`20` is the default behavior).
316327

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-
321328
Allow alias domain system parameter
322329
===================================
323330

0 commit comments

Comments
 (0)