What happens when someone clicks send?
From the outside it looks simple, but a few steps take place one after another:
- The visitor fills in the fields, for example name, email address and message.
- On submission, the browser sends that data to a script on the web server.
- The script checks whether everything is correct and complete.
- It then composes an email and sends it to your inbox. Sometimes the message is stored as well.
- The visitor is shown a confirmation that the message has arrived.
The email you receive comes from your own server, with the visitor's address as the reply address. That way you can reply with a single click.