all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Mail Authentication
Date: Fri, 19 Dec 2003 10:00:52 -0700	[thread overview]
Message-ID: <3FE32EC4.8000009@yahoo.com> (raw)
In-Reply-To: mailman.332.1071807351.868.help-gnu-emacs@gnu.org

gebser@speakeasy.net wrote:

> At 16:44 (UTC-0700) on Thu, 18 Dec 2003 Kevin Rodgers said:
> = gebser@speakeasy.net wrote:
> = > = in my .emacs, it isn't regularly producing the trace.  It has done it 
> = > = twice over the past couple of weeks, it seems only for the first time 
> = > = after emacs is loaded.  Do I have to exit and then (re)start emacs each 
> = > = time I want the trace output?
> = 
> = The entire SMTP dialog is recorded in the *trace of SMTP session to ...*
> = buffer.  But you have to explicitly select it with `C-x b' right after
> = you send your message in order to see its contents.
> 
> Right.  In the *Buffer List*.  And that's where it's not showing up.  I
> even do (setq smtpmail-debug-info t) in *scratch, send the mail, then do
> C-x b, and there's still no session info.

Well, that is the name of the buffer created by smtpmail-via-smtp, which is

called by smtpmail-send-it and by smtpmail-send-queued-mail (as long as the
message has a non-empty list of recipients):

	  ;; get or create the trace buffer
	  (setq process-buffer
		(get-buffer-create (format "*trace of SMTP session to %s*" host)))


Try setting mail-interactive to t, then send a message, then check the

" smtpmail errors" buffer (note the leading space, which you'll have to
quote with `C-q' in response to `C-x b's prompt.)

-- 
Kevin Rodgers

       reply	other threads:[~2003-12-19 17:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.332.1071807351.868.help-gnu-emacs@gnu.org>
2003-12-19 17:00 ` Kevin Rodgers [this message]
     [not found] <mailman.303.1071784651.868.help-gnu-emacs@gnu.org>
2003-12-18 23:44 ` Mail Authentication Kevin Rodgers
2003-12-19  3:13   ` gebser
     [not found] <mailman.273.1071769083.868.help-gnu-emacs@gnu.org>
2003-12-18 17:18 ` Harald Maier
2003-12-18 20:03   ` Marcelo Toledo
2003-12-18 18:06 ` Kevin Rodgers
2003-12-18 20:47   ` gebser
2003-12-18 20:53     ` gebser
2003-12-19  8:13   ` Norbert Kaufmann
2003-12-18 16:35 gebser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FE32EC4.8000009@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.