]> git.eshelyaron.com Git - emacs.git/commitdiff
(Sending via SMTP): Explain MTA/MUA, text from Alex Schroeder <alex@emacswiki.org>.
authorSimon Josefsson <jas@extundo.com>
Sat, 22 Feb 2003 16:33:33 +0000 (16:33 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 22 Feb 2003 16:33:33 +0000 (16:33 +0000)
man/ChangeLog
man/sending.texi

index c8c206b3d1af57e0708f8f743356691f3841cb78..d9684414809318ff3e1af44fb0ea86e5144584a7 100644 (file)
@@ -1,6 +1,8 @@
 2003-02-22  Simon Josefsson  <jas@extundo.com>
 
        * sending.texi (Mail Methods): Add node about SMTP.
+       (Sending via SMTP): Explain MTA/MUA, text from Alex Schroeder
+       <alex@emacswiki.org>.
 
 2003-02-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
index e3269f1633328c84e516cfe727cf077625c8b15c..8beaebec1acebcad9284cb5e06f5967b3786f48e 100644 (file)
@@ -696,7 +696,16 @@ buffer, and their commands are different as well.
 @section Sending via SMTP
 @cindex SMTP
 
-  Emacs includes a package for sending your mail to a SMTP server and
+   On the Internet, mail is sent from host to host using the simple
+mail transfer protocol (SMTP).  When you read and write mail you are
+using a mail program that does not use SMTP -- it just reads mails
+from files.  This is called a mail user agent (MUA).  The mail
+transfer agent (MTA) is the program that accepts mails via SMTP and
+stores them in files.  You also need a mail transfer agent when you
+send mails.  Your mail program has to send its mail to a MTA that can
+pass it on using SMTP.
+
+   Emacs includes a package for sending your mail to a SMTP server and
 have it take care of delivering it to the final destination, rather
 than letting the MTA on your local system take care of it.  This can
 be useful if you don't have a MTA set up on your host, or if your