From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.help Subject: Re: Emacs 21.2, smtpmail and vm Date: Wed, 29 Jan 2003 18:25:19 +0100 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043861503 5909 80.91.224.249 (29 Jan 2003 17:31:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2003 17:31:43 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18dw2l-0001Ry-00 for ; Wed, 29 Jan 2003 18:30:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18dw33-0005fc-03 for gnu-help-gnu-emacs@m.gmane.org; Wed, 29 Jan 2003 12:30:53 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news.net.uni-c.dk!uninett.no!uio.no!news.kth.se!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: fnatte.nada.kth.se User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 (i686-pc-linux-gnu) X-Face: )=Tu!-Q9f9BQASOHl~_&4r0`,OQD2*=;cm+4]m[twz:8t5yt@xQW+:T$K%AdKq)`"g; C%>s /8w~Upcau`W2wh$=#"g7]"[2c; 1Z/S:B49XEy$-YlaAGc'ZM&U*el'yQAD"c):Lc:fUD-S=\!EV;n@ 1Jff} Cancel-Lock: sha1:fiQL8WS4j80tvOXQwiqZX77Mm7A= Original-Xref: shelby.stanford.edu gnu.emacs.help:109532 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6050 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6050 Martin Stemplinger writes: > On Di Jan 28 2003 at 13:22, Chris Hall wrote: > >> Now the problem: SMTP AUTH not supported. Upgrade vm. No luck, check >> the web, upgrade sendmail.el, smtpmail.el (from e-mails) and started >> getting 'mail-envelope-from' 'Symbol definition void'. Checked some >> more, played w/various nil/non-nil 'use-mail-envelope'-like settings - >> no change in behavior, at all. It seems, from what I've found (via >> Google mostly) that there _were_ maybe a series of problems along >> these lines? >> > > I fetched smtpmail.el from CVS and also experienced the problem with > the void symbol 'mail-envelope-from'. After some fiddling around I > just commented the line > > (envelope-from (mail-envelope-from)) > > out in the function 'smtpmail-via-smtp'. > > It works fine since (Emacs 21.2 on Windows XP). If you use smtpmail.el from CVS, you also need sendmail.el from CVS.