README.rst - Fix layout
This commit is contained in:
parent
f7b3cfb708
commit
067c7e2291
|
|
@ -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
|
`[incoming_mail.resource_name]` where "resource_name" is the name of
|
||||||
the server.
|
the server.
|
||||||
|
|
||||||
Exemple of config file :
|
Exemple of config file ::
|
||||||
|
|
||||||
[outgoing_mail]
|
[outgoing_mail]
|
||||||
smtp_host = smtp.myserver.com
|
smtp_host = smtp.myserver.com
|
||||||
smtp_port = 587
|
smtp_port = 587
|
||||||
smtp_user =
|
smtp_user =
|
||||||
smtp_pass =
|
smtp_pass =
|
||||||
smtp_encryption = ssl
|
smtp_encryption = ssl
|
||||||
|
|
||||||
[outgoing_mail.odoo_smtp_server1]
|
[outgoing_mail.odoo_smtp_server1]
|
||||||
smtp_user = odoo
|
smtp_user = odoo
|
||||||
smtp_pass = odoo
|
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
|
type = pop
|
||||||
is_ssl = 0
|
is_ssl = 0
|
||||||
attach = 0
|
attach = 0
|
||||||
original = 0
|
original = 0
|
||||||
user = odoo@myserver.com
|
user = odoo@myserver.com
|
||||||
password = uas1ohV0
|
password = uas1ohV0
|
||||||
|
|
||||||
You will need to create 2 records in the database, one outgoing mail
|
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
|
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
|
* Due to the special nature of this addon, you cannot test it on the OCA
|
||||||
runbot.
|
runbot.
|
||||||
|
|
||||||
Bug Tracker
|
Bug Tracker
|
||||||
===========
|
===========
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue