Eric Abrahamsen writes: > 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") > Thanks Eric, here’s what I have - --8<---------------cut here---------------start------------->8--- (setq smtpmail-smtp-server "relay.plus.net") (setq send-mail-function 'smtpmail-send-it) (setq message-send-mail-function 'smtpmail-send-it) (require 'smtpmail) (setq smtpmail-auth-credentials "~/.authinfo") --8<---------------cut here---------------end--------------->8--- Sharon. -- A taste of linux = http://www.sharons.org.uk my git repo = https://bitbucket.org/boudiccas/dots TGmeds = http://www.tgmeds.org.uk Debian testing, fluxbox 1.3.5, emacs 24.3.93.1