all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to add multiple email accounts inside gnus
@ 2015-11-03 18:36 Zed
  2015-11-03 19:28 ` Jorge A. Alfaro-Murillo
  2015-11-03 19:32 ` Filipp Gunbin
  0 siblings, 2 replies; 3+ messages in thread
From: Zed @ 2015-11-03 18:36 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-03 19:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-03 18:36 How to add multiple email accounts inside gnus Zed
2015-11-03 19:28 ` Jorge A. Alfaro-Murillo
2015-11-03 19:32 ` Filipp Gunbin

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.