Score:-1

How Does Email Forwarding Works In Customer Support Ticketing Systems?

mx flag

When you sign up for customer support ticketing systems like Zendesk they provide you with a unique email address something like [email protected] where you can forward emails from customers to this address and these forwarded emails are converted to tickets in Zendesk.

  1. How do they generate such unique emails to each business that signs up? Do they use some form of internal email server that generate these emails addresses?

  2. How do they receive the forwarded emails in the Zendesk application in order to convert them to tickets?

anx avatar
fr flag
anx
[This site](https://serverfault.com/help/on-topic) is not well suited for *learning material recommendations* (do read *postfix* docs, though, it provided as least 3 different solutions for each of querying valid addresses in a dynamic fashion and triggering actions in third-party software upon receipt of messages)
Score:1
fr flag
anx
  1. This type of service usually works by running a standard mail server instance, configuring it to query the list of valid customer names more or less directly from the database where new signups are stored. Most major mail server software can easily be configured to query from various RDBMS such as postgresql.

  2. Upon receipt of a message, this message is fed into some facility in the ticket system that parses the mail body and decides whether to append to existing tickets, or to create a new one, usually based on mentioned ticket id. Triggering this is a standard feature in all major mail servers, too. Though the specific interfaces differ, it can be as simple as instructing the server to execute a program and write to its standard input.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.