From: yamaoka Date: Thu, 16 Jan 2003 23:27:31 +0000 (+0000) Subject: (Posting Server): `smtp-default-smtp-server' needs to be specified. X-Git-Tag: t-gnus-6_15_13-00~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7980473fae29c6ec9769eb48a4ae4bc058cae258;p=elisp%2Fgnus.git- (Posting Server): `smtp-default-smtp-server' needs to be specified. --- diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index c4646f1..9396370 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -10434,6 +10434,9 @@ gnus は常に投稿にどの方法を使うかをあなたに尋ねます。 @lisp (setq message-send-mail-function 'smtpmail-send-it smtpmail-default-smtp-server "YOUR SMTP HOST") +;; FLIM 版の smtpmail.el のために、以下の変数を設定する必用があります。 +;; どちらの smtpmail.el が使われるかは `load-path' に依ります。 +(setq smtp-default-smtp-server "YOUR SMTP HOST") @end lisp これと似たものに @code{message-smtpmail-send-it} があります。 diff --git a/texi/gnus.texi b/texi/gnus.texi index 934ccc1..49a55b9 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -10973,6 +10973,9 @@ package correctly. An example: @lisp (setq message-send-mail-function 'smtpmail-send-it smtpmail-default-smtp-server "YOUR SMTP HOST") +;; The following variable needs to be set because of the FLIM version of +;; smtpmail.el. Which smtpmail.el is used depends on the `load-path'. +(setq smtp-default-smtp-server "YOUR SMTP HOST") @end lisp To the thing similar to this, there is @code{message-smtpmail-send-it}.