From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: Multiple SMTP accounts with smtpmail.el Date: Sat, 20 Aug 2011 22:13:33 -0400 Message-ID: <87d3fzqzoy.fsf@red-bean.com> References: <20039.8838.116211.694328@gargle.gargle.HOWL> <8762m0n5qi.fsf@red-bean.com> <87pqk2hkc4.fsf@kwarm.red-bean.com> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1313892835 23147 80.91.229.12 (21 Aug 2011 02:13:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 21 Aug 2011 02:13:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 21 04:13:49 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 1QuxXp-0000LA-By for ged-emacs-devel@m.gmane.org; Sun, 21 Aug 2011 04:13:49 +0200 Original-Received: from localhost ([::1]:39247 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuxXo-0000Jy-O9 for ged-emacs-devel@m.gmane.org; Sat, 20 Aug 2011 22:13:48 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuxXj-0000JB-0z for emacs-devel@gnu.org; Sat, 20 Aug 2011 22:13:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QuxXf-00089D-6Z for emacs-devel@gnu.org; Sat, 20 Aug 2011 22:13:43 -0400 Original-Received: from mail-vx0-f169.google.com ([209.85.220.169]:48412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuxXf-000899-0c for emacs-devel@gnu.org; Sat, 20 Aug 2011 22:13:39 -0400 Original-Received: by vxj3 with SMTP id 3so4118821vxj.0 for ; Sat, 20 Aug 2011 19:13:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:subject:references:reply-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=3Nn1OIC5OY2ov6sUn4PB8TN3dHig4laxSk5iYQr5qWM=; b=KI8kuj3pC6JnVFaUAUBCXTHgqGs1chpfQU34mGCIlNBzGX3zM4Z+s2UddeOcYu7SLA +huVxCyqi0bVUU5gcGNZCaA/QCI/4rqeUBAjxcu6+mmQNgyQnqKVe7ae+IG0qBVeDfhg skUmnKtZoH0ZTObRUtIldcb9P4hM8fVKmAH60= Original-Received: by 10.52.172.178 with SMTP id bd18mr953880vdc.61.1313892818076; Sat, 20 Aug 2011 19:13:38 -0700 (PDT) Original-Received: from floss (cpe-66-65-49-129.nyc.res.rr.com [66.65.49.129]) by mx.google.com with ESMTPS id eq10sm3036965vdb.40.2011.08.20.19.13.34 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 20 Aug 2011 19:13:36 -0700 (PDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Fri, 19 Aug 2011 16:42:05 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.220.169 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:143468 Archived-At: Lars Magne Ingebrigtsen writes: >Karl Fogel writes: > >> I'm not expert enough in Emacs's smtp authn system to fully understand >> this proposal -- I don't know exactly what "auth-source" means here. It >> sounds like you mean something very specific by it? > >auth-source is the new infrastructure for credentials. > >> There should be a purely in-elisp way to pass smtp authentication data >> when sending email. > >Sure. Just add another source for credentials to `auth-source'. Gotcha. I just found the (presumably new) auth-source Info pages, so I'll start there. Thanks. -Karl