help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Question mail package


From: VanL
Subject: Re: Question mail package
Date: Tue, 22 Oct 2019 00:54:05 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (berkeley-unix)

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




reply via email to

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