Mailgun Routes catches the incoming email and makes a POST Request to http://www.yourhelpdeskdomain.com/api/v1/mg/receive
Your help desk instance handles the Mailgun Post Request and routes the incoming message to the appropriate conversation, on the appropriate mailbox.
Note: By default, Full Help will use your current system domain as your Mailgun inbound domian. For example, if your system is accessible on desk.mycompany.com, your Mailgun inbound email will be mycompany.com. If you want to use a different domain as your mailgun domain (e.g., mg.mycompany.com), define it in the .env file: MAIL_FORWARD_DOMAIN=mg.mycompany.com.
Configure your Mailgun Domain
On your Mailgun account, go to Domains, then click on Add New Domain.
On Domain Name, enter the domain you want to use on your help desk, then click on Add Domain.
Follow the steps given by Mailgun to verify your domain.
Once the domain is verified,
On your Mailgun account, go to Receiving, then Create Route, on Expression Type set it to "Match Recipient".
On Recipient, add .*@yourmailgundomain.com (replace with the domain you have configured).
On Forward, check the checkbox and add the following URL to the textarea: http://www.yourhelpdeskdomain.com/api/v1/mg/receive (replace http://www.yourhelpdeskdomain.com with your help desk's domain).
Click on Create Route.
If you haven't done it already, create a Mailbox on your help desk
Once you follow the above instructions, you should start receiving emails on your help desk instance.
Your vote was sent, thanks!Your feedback was received, thanks for your time and comments!
Was this article helpful?
Want to talk to a human?
Feel free to contact us if you cannot find what you are looking for in our help center. We will be answering you shortly!
Feel free to contact us if you cannot find what you are looking for in our help center. We will be answering you shortly!