[FIX] README to specify server_type instead of type to match the model
This commit is contained in:
parent
0b1d525a8c
commit
619b857684
|
|
@ -28,7 +28,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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue