all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Zed <hezhe310@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: How to add multiple email accounts inside gnus
Date: Tue, 03 Nov 2015 11:36:48 -0700	[thread overview]
Message-ID: <8737wnorpb.fsf@gmail.com> (raw)

Hello,

I have set up the gnus with one gmail account (as follows)

(setq gnus-select-method
      '(nnimap "gmail"
	       (nnimap-address "imap.gmail.com")  ; it could also be imap.googlemail.com if that's your server.
	       (nnimap-server-port 993)
	       (nnimap-stream ssl)))

(setq smtpmail-default-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-service 587) 
(setq sendmail-program "C:/cygwin64/usr/sbin/msmtp")

(setq message-send-mail-function 'message-send-mail-with-sendmail)
(setq message-sendmail-extra-arguments '("-a" "gmail"))


but is it possible to add other accounts such as hotmail as well? Also,
I am not sure how to attach different accounts for different newsgroup?

I googled the question for quite a well, but by adding address of
gnus-posting-styles  only changes the signature but not the email
adress?

Thanks!


-- 
You learn when you sweat


             reply	other threads:[~2015-11-03 18:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-03 18:36 Zed [this message]
2015-11-03 19:28 ` How to add multiple email accounts inside gnus Jorge A. Alfaro-Murillo
2015-11-03 19:32 ` Filipp Gunbin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8737wnorpb.fsf@gmail.com \
    --to=hezhe310@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.