Glossary

SMTP defined.

SMTP (Simple Mail Transfer Protocol) is the standard protocol email servers use to hand off and relay messages across the internet, moving a message from the sender's server to the recipient's.

Definition

How SMTP works

SMTP is the language mail servers speak to move email around. When a message is sent, the sending server opens a connection to the receiving server and conducts a short conversation, naming who the mail is from, who it is for, and then handing over the message body.

It handles the transport and relaying of mail between servers; separate protocols like IMAP and POP are what a mail client uses to read messages once they have been delivered. SMTP is a delivery mechanism, not a guarantee, so a message accepted by a relay can still be filtered, bounced or dropped downstream depending on authentication and reputation.

This matters for forms because a form backend has to email each submission to you, and often a confirmation to the visitor. Rather than make you run and maintain an SMTP server, FormWire sends over authenticated, reputable infrastructure, so notifications and auto-responses are relayed reliably and land in the inbox.

Related questions

Want to see it working?

Read the docs
Ready in a minute

Email every submission without running a mail server.

Free tier forever. No credit card required.