README.rst - Fix layout
This commit is contained in:
parent
aa063274d0
commit
bf2c10a5a0
|
|
@ -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 :
|
||||
Exemple of config file ::
|
||||
|
||||
[outgoing_mail]
|
||||
smtp_host = smtp.myserver.com
|
||||
smtp_port = 587
|
||||
smtp_user =
|
||||
smtp_pass =
|
||||
smtp_encryption = ssl
|
||||
[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
|
||||
[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
|
||||
[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
|
||||
===========
|
||||
|
|
|
|||
Loading…
Reference in New Issue