Gnus development mailing list
 help / color / mirror / Atom feed
From: Colin Baxter <m43cap@yandex.com>
To: soyeomul@man-on-the-road.yw.doraji.xyz (Byung-Hee HWANG "(황병희, 黃炳熙)")
Cc: ding@gnus.org
Subject: Re: [OT] sorry for off topic, i am doing try to gain reputation with Gnus via mailjet
Date: Thu, 28 Feb 2019 17:01:49 +0000	[thread overview]
Message-ID: <878sxzc0ea.fsf@yandex.com> (raw)
In-Reply-To: <87pnrcd2ta.fsf@delta.birch.chromebook> ("Byung-Hee HWANG \=\?utf-8\?B\?XCIo7Zmp67OR7Z2sLCDpu4PngrPnhpkpXCIiJ3M\=\?\= message of "Thu, 28 Feb 2019 12:12:01 +0900")

Hello,
>>>>> Byung-Hee HWANG "(황병희, 黃炳熙)" <soyeomul@man-on-the-road.yw.doraji.xyz> writes:

    > hi, forgive me to send here ding@gnus.org off topic. yesterday i
    > setup with mailjet to send outbound mail. as you know most user
    > use gmail, and gmail is all of email service. however, i wonder i
    > beleive that there is other tools to send email via reliable
    > outbound email server like as smtp.gmail.com. so i found one
    > tractional email service the name is 'mailjet'. i don't like
    > mailjet's way they remove message-id and user-agent line. though i
    > use mailjet to send email for now. you give me some comment about
    > reputation of mailjet, thanks in advance.

I have never used mailjet. However, I have found yandex.com and gmx.com
to be good email providers. They can be configured easily with gnus, in a
manner similar to gmail. For example, for yandex.com I use:

#+begin_src emacs-lisp
(add-to-list 'gnus-secondary-select-methods
    '(nnimap "yandex"
           (nnimap-address "imap.yandex.com")
           (nnimap-authinfo-file "~/path/to/.authinfo.gpg")
           (nnimap-inbox "INBOX")
---- other settings if used -----
)) ;; End brackets
#+end_src

And to send via smtpmail, I use:

#+begin_src emacs-lisp
(setq smtpmail-smtp-server "smtp.yandex.com")
(setq smtpmail-local-domain "yandex.com") ;; Seem required too.
(setq smtpmail-sendto-domain "yandex.com") ;; Seem required too.
(setq user-full-name "You Name")
(setq message-signature-file "~/path/to/signature/file")
(setq user-mail-address "username@yandex.com")
(setq smtpmail-debug-info t) ; Needed only to debug problems
(setq smtpmail-smtp-service 587) ;; TLS port; SSL port is 465.
;;; TLS is later version of SSL.
(setq message-send-mail-real-function 'smtpmail-send-it)
#+end_src

gmx.com is configured in the same manner.

Best wishes,

Coin.

Colin Baxter
m43cap@yandex.com



  reply	other threads:[~2019-02-28 17:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-28  3:12 Byung-Hee HWANG (황병희, 黃炳熙)
2019-02-28 17:01 ` Colin Baxter [this message]
2019-03-01  0:55   ` Byung-Hee HWANG (황병희, 黃炳熙)
2019-03-01  8:03 ` Alberto Luaces
2019-03-09  2:18   ` 황병희

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=878sxzc0ea.fsf@yandex.com \
    --to=m43cap@yandex.com \
    --cc=ding@gnus.org \
    --cc=soyeomul@man-on-the-road.yw.doraji.xyz \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).