1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
*************
Configuration
*************
The *Inbound Email Module* uses values from settings in the ``[inbound_email]``
section of the :doc:`configuration file <trytond:topics/configuration>`.
.. _config-inboud_email.filestore:
``filestore``
=============
The ``filestore`` defines if the inbound emails are stored in the
:ref:`FileStore <trytond:ref-filestore>`.
The default value is: ``True``
.. _config-inbound_email.store_prefix:
``store_prefix``
================
The ``store_prefix`` contains the prefix to use with the :ref:`FileStore
<trytond:ref-filestore>`.
The default value is: ``None``
|