Skip to Content
Menu
This question has been flagged
1 Reply
1352 Views

Hello Odooers,

I have opted for free domain from Odoo for a year. Based on that domain, I want to create email ids in Odoo as well as want to send and receive emails in Odoo. How can I do both things in Odoo?

Do I have to create new users for each email id or we can create email ids without creating users?

Avatar
Discard
Best Answer

Mailbox

The one-year free domain name offer does not include a mailbox. There are two options to link your domain name with a mailbox.

Use a subdomain

You can create a subdomain (e.g., subdomain.yourdomain.com) to use as an alias domain for the database. It allows users to create records in the database from emails received on their email@subdomain.yourdomain.com alias.

To do so, open the database manager, click the gear icon (⚙️) next to the database name, and go to Domain Names ‣ DNS ‣ Add DNS record ‣ CNAME. Next, enter the desired subdomain in the Name field (e.g., subdomain), the original database domain with a period at the end (e.g., mycompany.odoo.com.) in the Content field, and click Add record.

Then, add the alias domain as your own domain by clicking Use my own domain, entering the alias domain (e.g., subdomain.yourdomain.com), clicking Verify, and then I confirm, it’s done.

Finally, go to your database and open the Settings. Under the Alias Domain field, enter the alias domain (e.g., subdomain.yourdomain.com), click Create, and then Save.

Use an external email provider

To use an external email provider, you should configure an MX record. To do so, open the database manager, click the gear icon (⚙️) next to the database name, click Domain Names ‣ DNS ‣ Add DNS record ‣ MX. The values you should enter for the Name, Content, and Priority fields depend on the external email provider.

 See also

Domain names — Odoo 17.0 documentation

Avatar
Discard
Related Posts Replies Views Activity
2
May 24
1365
0
Mar 15
3065
0
Nov 24
695
2
Aug 24
2615
2
Oct 23
2698