diff --git a/mail_environment/README.rst b/mail_environment/README.rst index 87786e4..8c28d40 100644 --- a/mail_environment/README.rst +++ b/mail_environment/README.rst @@ -73,7 +73,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 diff --git a/mail_environment/static/description/index.html b/mail_environment/static/description/index.html index 51fd7f8..2ded040 100644 --- a/mail_environment/static/description/index.html +++ b/mail_environment/static/description/index.html @@ -421,7 +421,7 @@ smtp_pass = odoo [incoming_mail.odoo_pop_mail1] server = mail.myserver.com port = 110 -type = pop +server_type = pop is_ssl = 0 attach = 0 original = 0