0

I have custom domain something like example-domain.com and I have Firebase hosting. Is it possible to take custom mail like info@example-domain.com and how can I use mail form in HTML with using Firebase hosting, thanks.

  • 1
    You will need an SMTP and IMAP email hosting. Once you have set up the proper MX records in your DNS, you should be able to send and receive emails with email clients and application forms. – The Lyrist Jun 23 '18 at 00:55

1 Answers1

0

Firebase Hosting only hosts static assets over HTTPS. It does not host your mailbox, you will need to look for another place for that.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807