comparison man/sending.texi @ 50475:b65aa1d740eb

Fix cross references.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 06 Apr 2003 21:12:02 +0000
parents 6977eaede7a8
children 695cf19ef79e
comparison
equal deleted inserted replaced
50474:b473e7c82366 50475:b65aa1d740eb
445 The variable @code{send-mail-function} controls how the default mail 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 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 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, 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 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 450 (@pxref{Top,, Sending mail via SMTP,smtpmail}). A third option is
451 @code{feedmail-send-it}, see the commentary section of the 451 @code{feedmail-send-it}, see the commentary section of the
452 @file{feedmail.el} package for more information. 452 @file{feedmail.el} package for more information.
453 453
454 @node Header Editing 454 @node Header Editing
455 @subsection Mail Header Editing 455 @subsection Mail Header Editing
685 @cindex Message mode for sending mail 685 @cindex Message mode for sending mail
686 In this chapter we have described the usual Emacs mode for editing 686 In this chapter we have described the usual Emacs mode for editing
687 and sending mail---Mail mode. Emacs has alternative facilities for 687 and sending mail---Mail mode. Emacs has alternative facilities for
688 editing and sending mail, including 688 editing and sending mail, including
689 MH-E and Message mode, not documented in this manual. 689 MH-E and Message mode, not documented in this manual.
690 @xref{MH-E,,,mh-e, The Emacs Interface to MH}. @xref{Message,,,message, 690 @xref{Top,,MH-E,mh-e, The Emacs Interface to MH}. @xref{Top,,,message,
691 Message Manual}. You can choose any of them as your preferred method. 691 Message Manual}. You can choose any of them as your preferred method.
692 The commands @code{C-x m}, @code{C-x 4 m} and @code{C-x 5 m} use 692 The commands @code{C-x m}, @code{C-x 4 m} and @code{C-x 5 m} use
693 whichever agent you have specified, as do various other Emacs commands 693 whichever agent you have specified, as do various other Emacs commands
694 and facilities that send mail. 694 and facilities that send mail.
695 695