diff options
| -rw-r--r-- | man/sending.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sending.texi b/man/sending.texi index fb7235b3c11..0c0c249ba5d 100644 --- a/man/sending.texi +++ b/man/sending.texi | |||
| @@ -459,7 +459,7 @@ user agent sends mail. It should be set to a function. The default | |||
| 459 | is @code{sendmail-send-it}, which delivers mail using the Sendmail | 459 | is @code{sendmail-send-it}, which delivers mail using the Sendmail |
| 460 | installation on the local host. To send mail through a SMTP server, | 460 | installation on the local host. To send mail through a SMTP server, |
| 461 | set it to @code{smtpmail-send-it} and set up the Emacs SMTP library | 461 | set it to @code{smtpmail-send-it} and set up the Emacs SMTP library |
| 462 | (@pxref{Top,,Emacs SMTP Library, Sending mail via SMTP,smtpmail}). A | 462 | (@pxref{Top,,Emacs SMTP Library, smtpmail, Sending mail via SMTP}). A |
| 463 | third option is @code{feedmail-send-it}, see the commentary section of | 463 | third option is @code{feedmail-send-it}, see the commentary section of |
| 464 | the @file{feedmail.el} package for more information. | 464 | the @file{feedmail.el} package for more information. |
| 465 | 465 | ||