/[emacs]/emacs/man/sending.texi
ViewVC logotype

Diff of /emacs/man/sending.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by eliz, Thu Sep 13 15:43:29 2001 UTC revision 1.18.8.1 by miles, Fri Apr 4 06:20:48 2003 UTC
# Line 1  Line 1 
1  @c This is part of the Emacs manual.  @c This is part of the Emacs manual.
2  @c Copyright (C) 1985,86,87,93,94,95,97,2000,2001  @c Copyright (C) 1985,86,87,93,94,95,97,2000,2001, 2003
3  @c   Free Software Foundation, Inc.  @c   Free Software Foundation, Inc.
4  @c See file emacs.texi for copying conditions.  @c See file emacs.texi for copying conditions.
5  @node Sending Mail, Rmail, Picture, Top  @node Sending Mail, Rmail, Picture, Top
# Line 57  Buffer}).  Then you can use @kbd{C-x m} Line 57  Buffer}).  Then you can use @kbd{C-x m}
57  to make a new @samp{*mail*} buffer.  Once you've done that, you can work  to make a new @samp{*mail*} buffer.  Once you've done that, you can work
58  with each mail buffer independently.  with each mail buffer independently.
59    
60    @vindex mail-default-directory
61      The variable @code{mail-default-directory} controls the default
62    directory for mail buffers, and also says where to put their auto-save
63    files.
64    
65  @ignore  @ignore
66  @c Commented out because it is not user-oriented;  @c Commented out because it is not user-oriented;
67  @c it doesn't say how to do some job.  -- rms.  @c it doesn't say how to do some job.  -- rms.
# Line 433  the coding system for outgoing mail by s Line 438  the coding system for outgoing mail by s
438  a particular message, Emacs asks you to select the coding system to use,  a particular message, Emacs asks you to select the coding system to use,
439  showing a list of possible coding systems.  showing a list of possible coding systems.
440    
441    @cindex SMTP
442    @cindex Feedmail
443    @cindex Sendmail
444    @vindex send-mail-function
445      The variable @code{send-mail-function} controls how the default mail
446    user agent sends mail.  It should be set to a function.  The default
447    is @code{sendmail-send-it}, which delivers mail using the Sendmail
448    installation on the local host.  To send mail through a SMTP server,
449    set it to @code{smtpmail-send-it} and set up the Emacs SMTP library
450    (@pxref{Sending mail via SMTP,,,smtpmail}).  A third option is
451    @code{feedmail-send-it}, see the commentary section of the
452    @file{feedmail.el} package for more information.
453    
454  @node Header Editing  @node Header Editing
455  @subsection Mail Header Editing  @subsection Mail Header Editing
456    
# Line 685  and facilities that send mail. Line 703  and facilities that send mail.
703  in this chapter about the @samp{*mail*} buffer and Mail mode does not  in this chapter about the @samp{*mail*} buffer and Mail mode does not
704  apply; the other methods use a different format of text in a different  apply; the other methods use a different format of text in a different
705  buffer, and their commands are different as well.  buffer, and their commands are different as well.
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.18.8.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26