all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: VanL <van@scratch.space>
To: help-gnu-emacs@gnu.org
Subject: Re: Question mail package
Date: Tue, 22 Oct 2019 00:54:05 +1100	[thread overview]
Message-ID: <m2eez68arm.fsf@wakeman.localnet> (raw)
In-Reply-To: 20191021120730.4y3obbqtd45mjl7j@Ergus

Ergus <spacibba@aol.com> writes:

> Hi I have a simple question. What are the recommended
> application/package for mailing these days?
>
> I mean, What are the active users and developers using for email? Both
> for the mailing list and the personal email? mu4e, gnus, something else?
>
> And any hint to configure what ever it is?

I use gnus.  The configuration file I use is as follows:

#+BEGIN_EXAMPLE
  (setq gnus-select-method '(nntp "news.gmane.org"))
  (setq auth-sources '((:source "/usr/xxx/.authinfo.gpg")))

  (setq user-mail-address "xxx@bughat.com"
	user-full-name "xxx")

  (setq gnus-posting-styles
	     '((message-news-p        ;; A function symbol
		(signature-file "~/.gpg-fingerprint"))))

  (add-to-list 'gnus-secondary-select-methods
	       '(nnimap "xxx@bughat.com"
			(nnimap-user "xxx@bughat.com")
			(nnimap-address "mail.bughat.com")
			(nnimap-server-port 993)
			(nnimap-stream ssl)))

  (setq send-mail-function 'smtpmail-send-it
	message-send-mail-function 'smtpmail-send-it
	smtpmail-smtp-server "mail.bughat.com"
	smtpmail-smtp-service 587)

#+END_EXAMPLE

-- 
© 2019 VanL
gpg using EEF2 37E9 3840 0D5D 9183  251E 9830 384E 9683 B835
          'If the bug bites, don't fight it.' - Nancy S. Steinhardt




  parent reply	other threads:[~2019-10-21 13:54 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-21 12:07 Question mail package Ergus
2019-10-21 13:21 ` Teemu Likonen
2019-10-21 13:54 ` VanL [this message]
2019-10-21 14:05 ` YUE Daian
2019-10-22  7:26   ` Bob Newell
2019-10-22  7:36     ` YUE Daian
2019-10-22 11:50     ` Teemu Likonen
2020-03-30 20:56     ` Bruno Félix Rezende Ribeiro
2020-03-30 21:36       ` Eric Abrahamsen
2020-04-09  3:00         ` 황병희
2020-04-10  2:51         ` Bruno Félix Rezende Ribeiro
2020-03-31 11:10       ` Eric S Fraga
2020-04-08 21:00         ` Bruno Félix Rezende Ribeiro
2019-10-27 21:16   ` Jorge P. de Morais Neto
2019-10-28  7:00     ` Teemu Likonen
2019-11-10 10:03 ` 황병희
  -- strict thread matches above, loose matches on Subject: below --
2019-10-23 19:17 Bob Newell
2019-10-24 13:27 ` YUE Daian
2019-10-24 22:20   ` VanL
2019-10-25 13:36   ` 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=m2eez68arm.fsf@wakeman.localnet \
    --to=van@scratch.space \
    --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.