From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84932 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: separate smtps for my accounts Date: Sun, 14 Sep 2014 10:01:49 +0800 Message-ID: <87wq97m036.fsf@ericabrahamsen.net> References: <87tx4dodsj.fsf@skimble.plus.com> <87egvhsi8y.fsf@ericabrahamsen.net> <87k357qiug.fsf@skimble.plus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1410659897 3990 80.91.229.3 (14 Sep 2014 01:58:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Sep 2014 01:58:17 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33176@lists.math.uh.edu Sun Sep 14 03:58:10 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XSz4q-0001CW-2S for ding-account@gmane.org; Sun, 14 Sep 2014 03:58:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XSz4B-0002lH-DU; Sat, 13 Sep 2014 20:57:27 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XSz49-0002l1-KK for ding@lists.math.uh.edu; Sat, 13 Sep 2014 20:57:25 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XSz48-0000mL-9l for ding@lists.math.uh.edu; Sat, 13 Sep 2014 20:57:25 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XSz46-0005gQ-CN for ding@gnus.org; Sun, 14 Sep 2014 03:57:22 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XSz45-00012w-QE for ding@gnus.org; Sun, 14 Sep 2014 03:57:21 +0200 Original-Received: from 111.197.161.118 ([111.197.161.118]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Sep 2014 03:57:21 +0200 Original-Received: from eric by 111.197.161.118 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Sep 2014 03:57:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 111.197.161.118 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:jQeZiEYWbDQJXIHzGzLa77davu0= X-Spam-Score: -4.2 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84932 Archived-At: Sharon Kimble writes: > Eric Abrahamsen writes: > >> Sharon Kimble writes: >> >>> In my gnus setup I have 1 pop3 account, and 3 imap accounts, but only >>> one smtp address. How can I have a separate smtp settings so that I am >>> able to reply via the address of the email that I've just received? >>> >>> Thanks >>> Sharon. >> >> The details depend a little bit on the exact program you're using for >> sending mail, but generally the rigmarole looks like this (I use >> msmtp): > > I'm using whatever the default is with Debian testing, sorry! Exim4? I > don't know what it is, but reportbug is able to send through it. > > Sharon. Here's what I've got for mail sending setup, what is your value of message-send-mail-function? (setq message-send-mail-function 'message-send-mail-with-sendmail) (setq sendmail-program "msmtp")