From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "William G Gardella" Newsgroups: gmane.emacs.help Subject: Re: Multiple "outgoing" email accounts. Date: Fri, 07 Feb 2014 17:42:23 +0000 Message-ID: <87siru6cqo.fsf@motoko.kusanagi> References: <87eh3g0yro.fsf@gmail.com> <87bnykm0ja.wl%hskuhra@eumx.net> <87bnyj2946.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391794972 4362 80.91.229.3 (7 Feb 2014 17:42:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Feb 2014 17:42:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 07 18:43:00 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WBpS8-0005G3-BC for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Feb 2014 18:43:00 +0100 Original-Received: from localhost ([::1]:42893 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBpS8-0003Gx-1l for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Feb 2014 12:43:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBpRq-0003Gn-Vn for help-gnu-emacs@gnu.org; Fri, 07 Feb 2014 12:42:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBpRk-0004ri-RA for help-gnu-emacs@gnu.org; Fri, 07 Feb 2014 12:42:42 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:45715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBpRk-0004re-KJ for help-gnu-emacs@gnu.org; Fri, 07 Feb 2014 12:42:36 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WBpRi-0004vm-My for help-gnu-emacs@gnu.org; Fri, 07 Feb 2014 18:42:34 +0100 Original-Received: from bolobolo2.torservers.net ([96.47.226.21]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Feb 2014 18:42:34 +0100 Original-Received: from wgg2 by bolobolo2.torservers.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Feb 2014 18:42:34 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: bolobolo2.torservers.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:x/qXJkeoamgwy10viQy7/4LqRaE= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95967 Archived-At: E Sabof writes: > > The recipe I've used if from the first link. As I've written towards > the end, I had the same results with the built-in message-mode, so I > don't believe the issue to be mu4e-specific. > > Evgeni N.B. that in emacs24, you can also specify which SMTP server to use for message-mode on a per message basis with an "X-Message-SMTP-Method:" header, e.g. X-Message-SMTP-Method: smtp smtp.foo.org 465 This eliminates much of the need for the setting of individual smtpmail-* variables in these multiple accounts configurations for message-mode MUAs like mu4e and Gnus. This technique also lets you switch between use of smtpmail and use of your system's local sendmail binary: X-Message-SMTP-Method: sendmail See (info "(message) Mail Variables") for more info.