|
@ -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 : |
|
|
|
|
|
|
|
|
|
|
|
[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 |
|
|
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 |
|
|
=========== |
|
|
=========== |
|
|