[UPD] README.rst
This commit is contained in:
parent
7a044ec9e7
commit
9d1acfb22a
|
|
@ -84,6 +84,13 @@ 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
|
||||||
incoming mail server with the field `name` set to "odoo_pop_mail1".
|
incoming mail server with the field `name` set to "odoo_pop_mail1".
|
||||||
|
|
||||||
|
It is possible to use a SSL certificate for SMTP authentication. In this case,
|
||||||
|
you need to set the following entries in the configuration entry ::
|
||||||
|
|
||||||
|
smtp_authentication = certificate
|
||||||
|
smtp_ssl_certificate = <base64 encoded certificate>
|
||||||
|
smtp_ssl_private_key = <base64 encoded certificate>
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -431,6 +431,13 @@ password = uas1ohV0
|
||||||
<p>You will need to create 2 records in the database, one outgoing mail
|
<p>You will need to create 2 records in the database, one outgoing mail
|
||||||
server with the field <cite>name</cite> set to “odoo_smtp_server1” and one
|
server with the field <cite>name</cite> set to “odoo_smtp_server1” and one
|
||||||
incoming mail server with the field <cite>name</cite> set to “odoo_pop_mail1”.</p>
|
incoming mail server with the field <cite>name</cite> set to “odoo_pop_mail1”.</p>
|
||||||
|
<p>It is possible to use a SSL certificate for SMTP authentication. In this case,
|
||||||
|
you need to set the following entries in the configuration entry</p>
|
||||||
|
<pre class="literal-block">
|
||||||
|
smtp_authentication = certificate
|
||||||
|
smtp_ssl_certificate = <base64 encoded certificate>
|
||||||
|
smtp_ssl_private_key = <base64 encoded certificate>
|
||||||
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="usage">
|
<div class="section" id="usage">
|
||||||
<h1><a class="toc-backref" href="#id3">Usage</a></h1>
|
<h1><a class="toc-backref" href="#id3">Usage</a></h1>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue