From 53f933888f12db5f63fe8eb09344686366eb8823 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Fri, 24 Mar 2017 15:27:55 +0100 Subject: [PATCH] README.rst - Fix layout --- mail_environment/README.rst | 46 ++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/mail_environment/README.rst b/mail_environment/README.rst index fd0643a28..9dbfb62e0 100644 --- a/mail_environment/README.rst +++ b/mail_environment/README.rst @@ -33,28 +33,28 @@ default values with a section named `[outgoing_mail.resource_name]` or `[incoming_mail.resource_name]` where "resource_name" is the name of the server. -Exemple of config file : - -[outgoing_mail] -smtp_host = smtp.myserver.com -smtp_port = 587 -smtp_user = -smtp_pass = -smtp_encryption = ssl - -[outgoing_mail.odoo_smtp_server1] -smtp_user = odoo -smtp_pass = odoo - -[incoming_mail.odoo_pop_mail1] -server = mail.myserver.com -port = 110 -type = pop -is_ssl = 0 -attach = 0 -original = 0 -user = odoo@myserver.com -password = uas1ohV0 +Exemple of config file :: + + [outgoing_mail] + smtp_host = smtp.myserver.com + smtp_port = 587 + smtp_user = + smtp_pass = + smtp_encryption = ssl + + [outgoing_mail.odoo_smtp_server1] + smtp_user = odoo + smtp_pass = odoo + + [incoming_mail.odoo_pop_mail1] + server = mail.myserver.com + port = 110 + type = pop + is_ssl = 0 + attach = 0 + original = 0 + user = odoo@myserver.com + password = uas1ohV0 You will need to create 2 records in the database, one outgoing mail server with the field `name` set to "odoo_smtp_server1" and one @@ -73,7 +73,7 @@ Known issues / Roadmap ====================== * Due to the special nature of this addon, you cannot test it on the OCA -runbot. + runbot. Bug Tracker ===========