© Robert E. Beasley 2020
R. E. BeasleyEssential ASP.NET Web Forms Developmenthttps://doi.org/10.1007/978-1-4842-5784-5_24

24. Email Messaging

Robert E. Beasley1 
(1)
Franklin, IN, USA
 

24.1 Introduction

Email messaging is the process of distributing written messages to computer users over a network. Although there are several email protocols in use today, the Simple Mail Transfer Protocol (SMTP) is the standard protocol for sending emails over the Internet. In fact, most of us use SMTP-based client-server email systems regularly for delayed, asynchronous, two-way communication with others.

The Simple Mail Transfer Protocol utilizes a store-and-forward model for data transmission. Within this model, the sender’s email client forwards a message to the ...

Get Essential ASP.NET Web Forms Development: Full Stack Programming with C#, SQL, Ajax, and JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.