aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-07-02 02:30:52 +0000
committerGlenn Morris2009-07-02 02:30:52 +0000
commit4772c848931ba35154eb6717041e65f257ff1be0 (patch)
treeeae5e684f6bcfad9b2eb52ec1e72c4c8329b58d1
parent4d3dcbe26b5ea47d4ed6bbea301826d8a00ac54c (diff)
downloademacs-4772c848931ba35154eb6717041e65f257ff1be0.tar.gz
emacs-4772c848931ba35154eb6717041e65f257ff1be0.zip
(Mail Sending): Add a tiny bit on mailclient.
-rw-r--r--doc/emacs/sending.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi
index 4cce96ee346..ff8fe8dde6d 100644
--- a/doc/emacs/sending.texi
+++ b/doc/emacs/sending.texi
@@ -500,13 +500,13 @@ showing a list of possible coding systems.
500user agent sends mail. It should be set to a function. In most cases, 500user agent sends mail. It should be set to a function. In most cases,
501the default is @code{sendmail-send-it}, which delivers mail using the 501the default is @code{sendmail-send-it}, which delivers mail using the
502Sendmail installation on the local host. On Mac OS X and MS-Windows, 502Sendmail installation on the local host. On Mac OS X and MS-Windows,
503however, the default is normally @code{mailclient-send-it} (see 503however, the default is normally @code{mailclient-send-it}, which
504@file{mailclient.el}). To send mail through an SMTP 504passes the mail buffer on to the system's designated mail client (see
505server, set @code{send-mail-function} to @code{smtpmail-send-it} and set 505@file{mailclient.el}). To send mail through an SMTP server, set
506up the Emacs SMTP library (@pxref{Top,,Emacs SMTP Library, smtpmail, 506@code{send-mail-function} to @code{smtpmail-send-it} and set up the
507Sending mail via SMTP}). Another option is @code{feedmail-send-it} (see 507Emacs SMTP library (@pxref{Top,,Emacs SMTP Library, smtpmail, Sending
508the commentary section of the @file{feedmail.el} package). 508mail via SMTP}). Another option is @code{feedmail-send-it} (see the
509@c FIXME Some details of Mailclient would probably be good. 509commentary section of the @file{feedmail.el} package).
510 510
511@node Header Editing 511@node Header Editing
512@subsection Mail Header Editing 512@subsection Mail Header Editing