If you are going to be writing and deploying PHP scripts that generate and send email messages, you need to know something about how email gets delivered around the Internet. This will help you better understand and support your customers when problems arise. Figure 8.1 shows the main components of the email architecture.
Here are the standard terms that you will come across at some point or another. MTA—Mail Transport AgentWhen email is sent from organization to organization, it is sent from email server to email server. The software that runs on your email server and handles sending and receiving email from around the Internet is called the Mail Transport Agent (MTA for short). Examples of Mail Transport Agents are
Mail transport agents talk to each other using the SMTP network protocol. SMTP—Simple Mail Transport ProtocolThe Simple Mail Transport Protocol (SMTP) is the standard network-layer protocol for transmitting an email message across the Internet. Servers normally listen for incoming SMTP connections on port 25.
blog comments powered by Disqus |