Reputation: 33
I have cloned the Chatwoot application code from Github and ran it in my local system. (https://github.com/chatwoot/chatwoot). Also, I have hosted the port:3000 using ngrok which was mentioned in their document. I am trying to create a channel for Email. When I enter my Email address, a forwarding address should be generated and we need to add this address as the forwarding address in our gmail settings. But the domain name is missing in the forwarding address generated by the application. The forwarding address looks like 'afc7cc27f45a9d40b0e8f851704be4e6@' Do I need to configure something in the code? If yes, where should I configure it ? Someone please help me find out a solution for this.
Upvotes: 0
Views: 563
Reputation: 335
You need to configure a domain + mx records + mail server + routing received emais to chatwoot. It's quite complicated, it took me a lot to make it work. If you're just testing it, i'd go with IMAP / SMTP.
Upvotes: 0