Odoo 10 Implementation Cookbook
上QQ阅读APP看书,第一时间看更新

How to do it...

  1. Activate the developer mode from Settings; clicking on Activate the developer mode will reload the page and your URL will be changed to https://yourcompany.odoo.com/web?debug#home:
  1. Open the General Settings page from Settings | General Settings to change the default domain; on your instance, it will be yourcompany.odoo.com, so each email alias created in Odoo will use that domain. Look at the following screen; you have to change to yourcompany.com instead of yourcompany.odoo.com:
  1. Next is to create an incoming email server; to read email coming to your domain. Use a catchall email address and password to read all emails coming to your domain. Go to Settings | Technical | Emails | Incoming Mail Servers and click on the New button to create a new incoming server:
  1. To test your email server settings, send an email to sales@yourcomapny.com. If everything works well, you should get an opportunity in your direct sales team, as your alias for your direct sales team is sales@yourcompany.com:
It may take 3 to 5 minutes to reflect the new opportunity in the system, as the Odoo server reads your incoming email periodically every 3 to 5 minutes.

With the default configuration, you will start getting emails on @yourcompany.odoo.com. To test it, send an email to sales@yourcompany.odoo.com address; it will create an opportunity in the Direct Sales team.