From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85151 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Any way to captuer smtp output when sending mail? Date: Fri, 17 Oct 2014 17:37:47 -0400 Organization: Still searching... Message-ID: <874mv2nzro.fsf@reader.local.lan> References: <87wq7yllo0.fsf@reader.local.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1413581952 11577 80.91.229.3 (17 Oct 2014 21:39:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2014 21:39:12 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33395@lists.math.uh.edu Fri Oct 17 23:39:06 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XfFEj-0003tb-Hg for ding-account@gmane.org; Fri, 17 Oct 2014 23:39:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XfFDu-0004a4-U0; Fri, 17 Oct 2014 16:38:10 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XfFDt-0004Ze-47 for ding@lists.math.uh.edu; Fri, 17 Oct 2014 16:38:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XfFDr-0006AT-I5 for ding@lists.math.uh.edu; Fri, 17 Oct 2014 16:38:08 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XfFDp-0003K8-J8 for ding@gnus.org; Fri, 17 Oct 2014 23:38:05 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XfFDm-0003Pj-0a for ding@gnus.org; Fri, 17 Oct 2014 23:38:02 +0200 Original-Received: from c-76-97-127-193.hsd1.ga.comcast.net ([76.97.127.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Oct 2014 23:38:02 +0200 Original-Received: from reader by c-76-97-127-193.hsd1.ga.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Oct 2014 23:38:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-76-97-127-193.hsd1.ga.comcast.net User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:Cr1tklNNh4rJqEX8HcuNyrMVvMs= X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85151 Archived-At: Filipp Gunbin writes: > Hi, > > On 17/10/2014 20:13 +0400, Harry Putnam wrote: > >> How would I go about sending mail in such a way as to capture the smtp >> output like one can do with `mailx -v' >> >> I'd like to collect that smtp output in a buffer as I send mail. > > C-h v smtpmail-debug-info Haven't found anything about that on couple of different hosts running emacs-24.3 Is that something new or do I need something particular loaded to see it? I checked emacs.info with Index search with no luck either.