简体   繁体   中英

How to use custom domain name email with Firebase Hosting

I am hosting my Angular web app on Firebase under a custom domain name. I bought the domain name via Namecheap.

Now I would like to receive email with my custom domain. Eg send and receive email from info@atila.ca. I have set it up in cPanel but when I try to send to this email I get the following error:

<info@atila.ca>: unknown user: "info@atila.ca"
Reporting-MTA: dns; eforward3e.registrar-servers.com

Is this a Firebase, or Namecheap or cpanel issue? Any advice on how to fix this please?

Firebase doesn't currently support email, so pointing your nameservers to Firebase isn't enough to set up email for your custom domain.

What you will have to do is point email requests to an email provider, not Firebase. That way, your https traffic goes to Firebase, while emails go to the email provider. To 'point email requests to an email provider', you will have to add MX records into your DNS from the Namecheap admin dashboard. The MX records would point to a third party email provider such as Zoho - I'm using Zoho myself and it's free for up to 5GB of storage.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM