From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9862 Path: news.gmane.org!not-for-mail From: Volkan YAZICI Newsgroups: gmane.emacs.gnus.user Subject: Multiple smtpmail Accounts Date: Wed, 07 Nov 2007 06:32:37 -0800 Organization: http://groups.google.com Message-ID: <1194445957.392484.29740@o3g2000hsb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: ger.gmane.org 1194446458 6831 80.91.229.12 (7 Nov 2007 14:40:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Nov 2007 14:40:58 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Nov 07 15:41:02 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ipm5J-0001NK-5U for gegu-info-gnus-english@m.gmane.org; Wed, 07 Nov 2007 15:40:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ipm58-0005vi-08 for gegu-info-gnus-english@m.gmane.org; Wed, 07 Nov 2007 09:40:38 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!o3g2000hsb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 15 Original-NNTP-Posting-Host: 88.235.27.47 Original-X-Trace: posting.google.com 1194445957 21305 127.0.0.1 (7 Nov 2007 14:32:37 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 7 Nov 2007 14:32:37 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071004 Iceweasel/2.0.0.8 (Debian-2.0.0.8-1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: o3g2000hsb.googlegroups.com; posting-host=88.235.27.47; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:80069 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9862 Archived-At: Hi, I have different server entries both in my smtpmail-starttls- credentials and smtpmail-auth-credentials variables. But when I want to send a mail in gnus, smtpmail always prefers to use the server defined in smtpmail-smtp-server. In case of I empty this variable, smtpmail complains that smtpmail-smtp-server is not configured. How can I make smtpmail to select between different servers defined in smtpmail-starttls-credentials and smtpmail-auth-credentials by looking at "From:" header of the about to be sent post? Regards.