From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Changing the default for `send-mail-function' Date: Sun, 26 Jun 2011 06:51:32 -0400 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1309085523 5946 80.91.229.12 (26 Jun 2011 10:52:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Jun 2011 10:52:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 26 12:51:52 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QamwR-0000Cr-Hz for ged-emacs-devel@m.gmane.org; Sun, 26 Jun 2011 12:51:51 +0200 Original-Received: from localhost ([::1]:38505 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QamwQ-0005pa-RT for ged-emacs-devel@m.gmane.org; Sun, 26 Jun 2011 06:51:51 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QamwC-0005pD-DC for emacs-devel@gnu.org; Sun, 26 Jun 2011 06:51:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qamw9-0000yz-1f for emacs-devel@gnu.org; Sun, 26 Jun 2011 06:51:36 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:37275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qamw8-0000yv-V8 for emacs-devel@gnu.org; Sun, 26 Jun 2011 06:51:33 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Qamw8-0007iO-OC; Sun, 26 Jun 2011 06:51:32 -0400 In-reply-to: (message from Lars Magne Ingebrigtsen on Sun, 26 Jun 2011 11:14:13 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140981 Archived-At: > From: Lars Magne Ingebrigtsen > Date: Sun, 26 Jun 2011 11:14:13 +0200 > Cc: ding@gnus.org > > As previously discussed, the default value of `send-mail-function' would > change to `smtpmail-send-it' (on all architectures) after the smtpmail.el > rework was complete. Could you please summarize how will this work? smtpmail-send-it needs the address of the SMTP server (and other parameters, like the port and the credentials) to be configured, before it will work, doesn't it? Or is there some magic in the new code that somehow gleans that automatically? If the SMTP server address is to be supplied by the user, then send-mail-function should remain set to mailclient-send-it on MS-Windows.