[UPD] README.rst

This commit is contained in:
OCA-git-bot 2022-12-30 15:13:41 +00:00
parent 52f3198bce
commit 21c9210664
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ Example of config file ::
[incoming_mail.odoo_pop_mail1] [incoming_mail.odoo_pop_mail1]
server = mail.myserver.com server = mail.myserver.com
port = 110 port = 110
type = pop server_type = pop
is_ssl = 0 is_ssl = 0
attach = 0 attach = 0
original = 0 original = 0

View File

@ -421,7 +421,7 @@ smtp_pass = odoo
[incoming_mail.odoo_pop_mail1] [incoming_mail.odoo_pop_mail1]
server = mail.myserver.com server = mail.myserver.com
port = 110 port = 110
type = pop server_type = pop
is_ssl = 0 is_ssl = 0
attach = 0 attach = 0
original = 0 original = 0