Skip to content

Commit f21845d

Browse files
committed
[IMP] mail: add documentation about the SSL SMTP authentication
Purpose ======= Add the documentation about the SSL SMTP authentication (2 new binary arguments) and also about the new from filter binary argument. The goal of those new arguments is to improve the score of the emails sent by Odoo. Task 2367946 See odoo/odoo/pull/61853 See odoo/upgrade/pull/1903
1 parent 2ded74b commit f21845d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/developer/reference/cmdline.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,11 @@ Emails
254254

255255
Email address used as <FROM> when Odoo needs to send mails
256256

257+
.. option:: --from-filter <address>
258+
259+
Define for which email address this SMTP configuration can be used (can be empty, a domain name or an entire email address).
260+
If the sender do not match this filter, his email will be encapsulated.
261+
257262
.. option:: --smtp <server>
258263

259264
Address of the SMTP server to connect to in order to send mails
@@ -272,6 +277,14 @@ Emails
272277

273278
Password to connect to the SMTP server
274279

280+
.. option:: --smtp-ssl-certificate <SSL certificate>
281+
282+
SSL certificate to use for the authentication. If set, "smtp-ssl-private-key" is required.
283+
284+
.. option:: --smtp-ssl-private-key <SSL private key>
285+
286+
SSL private key to use for the authentication. If set, "smtp-ssl-certificate" is required.
287+
275288
.. _reference/cmdline/server/internationalisation:
276289

277290
Internationalisation

0 commit comments

Comments
 (0)