Gnus development mailing list
 help / color / mirror / Atom feed
From: Harry Putnam <reader@newsguy.com>
Subject: Re: smtp send using odd port
Date: Fri, 03 Feb 2006 08:46:52 -0600	[thread overview]
Message-ID: <87irrwmrdv.fsf@newsguy.com> (raw)
In-Reply-To: <v9fyn0x0yo.fsf@marauder.physik.uni-ulm.de>

Reiner Steib <reinersteib+gmane@imap.cc> writes:

> On Fri, Feb 03 2006, Harry Putnam wrote:
>
>>   smtpmail-smtp-service is void as a variable.
>>
>>   Documentation:
>>   Not documented as a variable.
>
> (require 'smtpmail)
>
> Note that when using Emacs 21, you need a new version of `smtpmail.el'
> which is available from Emacs CVS or Simon Josefsson's web site.
> Simon, wouldn't it make sense to add `smtpmail.el' to Gnus' contrib
> directory for convenience?

Well, I'm using the cvs version of emacs (22.0.50) so would have the
appropriate smtpmail.el already?

Further; shouldn't having smtpmail type directives in gnus mean this
gets loaded on gnus startup?

I have this in gnus:

(setq send-mail-function 'smtpmail-send-it) ; not for Gnus
(setq message-send-mail-function 'smtpmail-send-it) ; for Gnus
(setq smtpmail-default-smtp-server "smtp.newsguy.com")
(setq user-mail-address "reader@newsguy.com") 
(setq user-full-name "Harry Putnam")
(setq smtpmail-local-domain "newsguy.com")
(setq smtpmail-sendto-domain "newsguy.com")
(setq smtpmail-debug-info t) ; only to debug problems
(setq smtpmail-debug-verb t) ; only to debug problems

So does that mean that smtpmail.el was loading?

The code above  was working when this suprising C-x C-e showed:
  smtpmail-smtp-service is void as a variable.

I had just sent mail and watched the smtp conversation happen.
Returned to Hyneck's message since I'd forgotten the proper
formulation. And as reported it showed the void thing.

Related: I see this phenomena:

I get the smtpmail-smtp-service is void report, but if I do
 Shft-ALT-:  on this:

   (setq smtpmail-smtp-service 8025)

Then when doing C-x C-e on:

  (describe-variable 'smtpmail-smtp-service)
I get the expected output:

  smtpmail-smtp-service is a variable defined in `smtpmail.el'.
Its value is 8025
[...]

Something seems askew in that.

Further, can I get the full smtp conversation some how.
Or is this the full conversation (^M 's removed)? I don't see any AUTH
happening.


220 newsguy.com ESMTP Sendmail 8.13.1/8.13.1; Fri, 3 Feb 2006 06:43:41 -0800 (PST)
EHLO localhost.newsguy.com
250-newsguy.com Hello adsl-68-74-146-31.dsl.emhril.ameritech.net [68.74.146.31], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE 10000000
250-ETRN
250-DELIVERBY
250 HELP
MAIL FROM:<reader@newsguy.com> SIZE=313
250 2.1.0 <reader@newsguy.com>... Sender ok
RCPT TO:<reader@newsguy.com>
250 2.1.5 <reader@newsguy.com>... Recipient ok
DATA
354 Enter mail, end with "." on a line by itself
From: Harry Putnam <reader@newsguy.com>
To: reader@newsguy.com
Subject: testing smtp send
Date: Fri, 03 Feb 2006 08:43:42 -0600
Message-ID: <87k6ccmrj5.fsf@newsguy.com>
User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

test
.
250 2.0.0 k13EhfVO029591 Message accepted for delivery
QUIT
221 2.0.0 newsguy.com closing connectiony

Process SMTP deleted




  reply	other threads:[~2006-02-03 14:46 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-31 14:00 reader
2006-01-31 14:07 ` Hynek Schlawack
2006-01-31 15:25   ` Harry Putnam
2006-01-31 15:38     ` Hynek Schlawack
2006-01-31 15:35   ` Harry Putnam
2006-01-31 15:51     ` Hynek Schlawack
2006-02-02 20:07       ` Harry Putnam
2006-02-03  4:24   ` Harry Putnam
2006-02-03  9:09     ` Reiner Steib
2006-02-03 14:46       ` Harry Putnam [this message]
2006-02-03 15:28         ` Reiner Steib
2006-02-03 19:46           ` Harry Putnam
2006-02-05 18:32       ` Simon Josefsson
2006-02-08 16:49         ` Syncing smtpmail.el and sendmail.el with Emacs (was: smtp send using odd port) Reiner Steib
2006-02-08 21:55           ` Miles Bader
2006-02-08 22:45             ` Miles Bader
2006-02-10 15:17               ` Syncing smtpmail.el and sendmail.el with Emacs Simon Josefsson
2006-02-11 22:08                 ` Miles Bader
2006-02-14 12:22                   ` Simon Josefsson
2006-02-09  9:44           ` Simon Josefsson

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=87irrwmrdv.fsf@newsguy.com \
    --to=reader@newsguy.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).