[UPD] README.rst

This commit is contained in:
OCA-git-bot 2023-06-16 12:05:05 +00:00
parent 7a044ec9e7
commit 9d1acfb22a
2 changed files with 14 additions and 0 deletions

View File

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

View File

@ -431,6 +431,13 @@ password = uas1ohV0
<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
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 = &lt;base64 encoded certificate&gt;
smtp_ssl_private_key = &lt;base64 encoded certificate&gt;
</pre>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id3">Usage</a></h1>