bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9312: 24.0.50; smtpmail


From: Lars Magne Ingebrigtsen
Subject: bug#9312: 24.0.50; smtpmail
Date: Tue, 13 Sep 2011 22:33:27 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

emacs user <user.emacs@gmail.com> writes:

> OK, tried again, *much* faster...  same response.  I actually get this
> error message also when not using edebug.  here is the traceback.
> admittedly, I switched by smtp server away from this one, so am not
> affected by this bug personally.  will still be glad to explore this
> some more if you feel this may be useful.  cheers, E
>
> Debugger entered--Lisp error: (error "Process smtpmail not running")
>   process-send-string(#<process smtpmail> "QUIT")

But now it fails on QUIT and not MAIL FROM, which is progress.  :-)

After sending MAIL FROM, what's the value of the `result' variable?

That is, after calling `smtpmail-read-response' here:

              (smtpmail-send-command
               process (format "MAIL FROM:<%s>%s%s"
                               envelope-from size-part body-part))
              (cond
               ((smtpmail-ok-p (setq result (smtpmail-read-response process)))
                ;; Success.
                )


-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]