[UPD] README.rst
This commit is contained in:
parent
52f3198bce
commit
21c9210664
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue