diff options
author | Simon Josefsson <jas@extundo.com> | 2003-02-22 16:33:33 +0000 |
---|---|---|
committer | Simon Josefsson <jas@extundo.com> | 2003-02-22 16:33:33 +0000 |
commit | 3b41b693d786543e95a7a20efaac339863a133ce (patch) | |
tree | 20da0aea8e53588b0f1a8aa7a493fa564c7b7b3f /man/sending.texi | |
parent | ac1888f5da2ce2b057cc76e49117060926adf69e (diff) | |
download | emacs-3b41b693d786543e95a7a20efaac339863a133ce.tar.gz |
(Sending via SMTP): Explain MTA/MUA, text from Alex Schroeder <alex@emacswiki.org>.
Diffstat (limited to 'man/sending.texi')
-rw-r--r-- | man/sending.texi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/man/sending.texi b/man/sending.texi index e3269f16333..8beaebec1ac 100644 --- a/man/sending.texi +++ b/man/sending.texi @@ -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 |