info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: smtp server by select method/group


From: Yair Friedman
Subject: Re: smtp server by select method/group
Date: Sun, 03 Oct 2004 19:09:01 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt)

On 29 Sep 2004 13:38:21 -0700, 
squarooticus@gmail.com (Kyle Rose) writes:

> So, I have two imap servers I use: one for home, and one for work. 
> For various reasons mostly having to do with security, I'd like to
> send email to work addresses through the work smtp servers, and all
> other email through my personal smtp server.  Is there a way to
> configure Gnus (message?) to do this?

You can use posting styles - see below:
>
> A somewhat related question: I currently do something like
>
> (setq gnus-posting-styles
>       '(("nnimap.work:.*"
         (eval (setq smtpmail-smtp-server  "smtp.work.com"))
>          (address "foo@work.com"))
>         ("nnimap.personal:.*"
         (eval (setq smtpmail-smtp-server  "smtp.home.org"))
>          (address "foo@home.org"))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]