Mercurial > emacs
changeset 49906:a8516da63375
(Sending via SMTP): Explain MTA/MUA, text from Alex Schroeder <alex@emacswiki.org>.
author | Simon Josefsson <jas@extundo.com> |
---|---|
date | Sat, 22 Feb 2003 16:33:20 +0000 |
parents | a4e5173bf84e |
children | 8d5cab079cd6 |
files | man/sending.texi |
diffstat | 1 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/man/sending.texi Sat Feb 22 00:28:45 2003 +0000 +++ b/man/sending.texi Sat Feb 22 16:33:20 2003 +0000 @@ -696,7 +696,16 @@ @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