Cổng email

The Odoo mail gateway allows you to inject directly all the received emails in Odoo.

Its principle is straightforward: your SMTP server executes the "mailgate" script for every new incoming email.

The script takes care of connecting to your Odoo database through XML-RPC, and send the emails via the MailThread.message_process() feature.

Điều kiện tiên quyết

  • Administrator access to the Odoo database.

  • Your own mail server such as Postfix or Exim.

  • Technical knowledge on how to configure an email server.

Đối với Postfix

Trong cấu hình bí danh của bạn (/etc/aliases):

email@address: "|/odoo-directory/addons/mail/static/scripts/odoo-mailgate.py -d <database-name> -u <userid> -p <password>"

Ghi chú

Nguồn lực

Đối với Exim

*: |/odoo-directory/addons/mail/static/scripts/odoo-mailgate.py -d <database-name> -u <userid> -p <password>

Ghi chú

Nguồn lực

Mẹo

If you do not have access/manage your email server, use incoming mail servers.