[FIX] README to specify server_type instead of type to match the model
This commit is contained in:
parent
25cd0784b2
commit
eb283f9f75
|
|
@ -28,7 +28,7 @@ Example of config file ::
|
|||
[incoming_mail.odoo_pop_mail1]
|
||||
server = mail.myserver.com
|
||||
port = 110
|
||||
type = pop
|
||||
server_type = pop
|
||||
is_ssl = 0
|
||||
attach = 0
|
||||
original = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue