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

Re: error while sending mail





On Thu, Oct 22, 2009 at 11:08 AM, Katsumi Yamaoka <yamaoka@jpl.org> wrote:
 
Ok, the recipe I posted last was useless for the use of starttls.
Could you try the next one?

1. Start Emacs and Wanderlust as usual.
2. Load wl-draft.elc:
  M-x load-library RET wl-draft RET
3. Load the attached file to override the function in question:
  M-x load-file RET
  /somewhere/wl-draft-send-mail-with-smtp-modified.el RET
4. Send a test mail using Wanderlust as usual.

I'm not good at the secure smtp but I believe someone will be
able to look into a backtrace on your problem.

ok, this is narrowing it down i guess:
Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
  smtp-read-response(nil)
  smtp-primitive-greeting([smtp-package [0 0 0 0 0 0 0] "sebhofer@gmail.com" ("sebhofer@gmail.com") #<buffer  *wl-draft-sending-buffer*>])
  smtp-submit-package([smtp-package [0 0 0 0 0 0 0] "sebhofer@gmail.com" ("sebhofer@gmail.com") #<buffer  *wl-draft-sending-buffer*>])
  smtp-send-buffer("sebhofer@gmail.com" ("sebhofer@gmail.com") #<buffer  *wl-draft-sending-buffer*>)
  (let* ((smtp-sasl-mechanisms ...) (smtp-use-sasl ...) (smtp-use-starttls ...) (smtp-open-connection-function ...) smtp-sasl-user-name smtp-sasl-properties sasl-read-passphrase) (setq smtp-sasl-user-name wl-smtp-posting-user smtp-sasl-properties (when wl-smtp-authenticate-realm ...)) (setq sasl-read-passphrase (function ...)) (smtp-send-buffer sender recipients (current-buffer)))

smtp-read-response should receive "connection" as argument but receives nil instead. any thoughts?