From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7347 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.user Subject: Re: How to send email? Date: Thu, 18 May 2006 16:41:43 +0900 Organization: Emacsen advocacy group Message-ID: References: <868xozetei.fsf@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1147941747 6482 80.91.229.2 (18 May 2006 08:42:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 May 2006 08:42:27 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu May 18 10:42:22 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fge5B-0000wF-6y for gegu-info-gnus-english@m.gmane.org; Thu, 18 May 2006 10:42:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fge59-00041g-Su for gegu-info-gnus-english@m.gmane.org; Thu, 18 May 2006 04:42:07 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 26 Original-X-Trace: individual.net P2YCL+CIqI7SQXLumKFJAQ0Zv6+hcoU9k6gFngJzm/tRfpZvU= X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (gnu/linux) Cancel-Lock: sha1:fp0IzowMLv8hgTE5RySdJneNZ6c= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77529 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7347 Archived-At: >>>>> In <868xozetei.fsf@gmail.com> Jijun MA wrote: > i want send email via smtp, and i have added pop, smtp and this > lines in .gnus.el > (setq message-send-mail-function 'smtpmail-send-it) > (add-hook 'message-send-mail-hook 'mail-source-touch-pop) mail-source-touch-pop requires that you set message-send-mail-function to message-smtpmail-send-it, not smtpmail-send-it. See (info "(gnus)POP before SMTP"). > but when i finished an email, and type C-c C-c > the error message is : > Sending via mail... > message-send-mail-with-sendmail: Sending...failed with exit value 1 Hmm, it says message-send-mail-function has not been customized. What is the file in which you've put the above two lines? >>>>> In <86k68jn728.fsf@gmail.com> Jijun MA wrote: > it is really hard to use Maybe you need to show all your configurations.