Gnus development mailing list
 help / color / mirror / Atom feed
* [OT] sorry for off topic, i am doing try to gain reputation with Gnus via mailjet
@ 2019-02-28  3:12 Byung-Hee HWANG (황병희, 黃炳熙)
  2019-02-28 17:01 ` Colin Baxter
  2019-03-01  8:03 ` Alberto Luaces
  0 siblings, 2 replies; 5+ messages in thread
From: Byung-Hee HWANG (황병희, 黃炳熙) @ 2019-02-28  3:12 UTC (permalink / raw)
  To: ding

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.

Byung-Hee from South Korea

ps1. my mail is spam though forgive me, please...
ps2. this mail be sent via gmane nntp.
ps3. i wrote mail with Gnus on Ubuntu 18.04.

-- 
Man on the Road (길위의 남자) -- ^Sorento_^))//




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

* Re: [OT] sorry for off topic, i am doing try to gain reputation with Gnus via mailjet
  2019-02-28  3:12 [OT] sorry for off topic, i am doing try to gain reputation with Gnus via mailjet Byung-Hee HWANG (황병희, 黃炳熙)
@ 2019-02-28 17:01 ` Colin Baxter
  2019-03-01  0:55   ` Byung-Hee HWANG (황병희, 黃炳熙)
  2019-03-01  8:03 ` Alberto Luaces
  1 sibling, 1 reply; 5+ messages in thread
From: Colin Baxter @ 2019-02-28 17:01 UTC (permalink / raw)
  To: Byung-Hee HWANG "(황병희,
	黃炳熙)"
  Cc: ding

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



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

* Re: [OT] sorry for off topic, i am doing try to gain reputation with Gnus via mailjet
  2019-02-28 17:01 ` Colin Baxter
@ 2019-03-01  0:55   ` Byung-Hee HWANG (황병희, 黃炳熙)
  0 siblings, 0 replies; 5+ messages in thread
From: Byung-Hee HWANG (황병희, 黃炳熙) @ 2019-03-01  0:55 UTC (permalink / raw)
  To: The Gnus

Dear Colin,

Colin Baxter <m43cap@yandex.com> writes:

> (setq smtpmail-smtp-server "smtp.yandex.com")

Sorry for long line snip, that is very beautiful setq! I remember the
Soviet Union's best submarine `Red October'. Thank you for good
recommendation for Red October's SMTP service Yandex~ for a while i
study about Yandex service,,, thanks again for your time^^^

Sincerely,

Byung-Hee from South Korea

ps. i wrote this reply message by Gnus on Ubuntu 18.04;;

-- 
^고맙습니다 _地平天成_ 감사합니다_^))//



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

* Re: [OT] sorry for off topic, i am doing try to gain reputation with Gnus via mailjet
  2019-02-28  3:12 [OT] sorry for off topic, i am doing try to gain reputation with Gnus via mailjet Byung-Hee HWANG (황병희, 黃炳熙)
  2019-02-28 17:01 ` Colin Baxter
@ 2019-03-01  8:03 ` Alberto Luaces
  2019-03-09  2:18   ` 황병희
  1 sibling, 1 reply; 5+ messages in thread
From: Alberto Luaces @ 2019-03-01  8:03 UTC (permalink / raw)
  To: ding

(Byung-Hee HWANG "(황병희, 黃炳熙)") 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 don't really understand.  As far as I know, mailjet service is just for
sending email, and I'm not sure if you can receive mails at all with it.

If you already have an email account, why aren't you using its own SMTP
server?

-- 
Alberto




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

* Re: [OT] sorry for off topic, i am doing try to gain reputation with Gnus via mailjet
  2019-03-01  8:03 ` Alberto Luaces
@ 2019-03-09  2:18   ` 황병희
  0 siblings, 0 replies; 5+ messages in thread
From: 황병희 @ 2019-03-09  2:18 UTC (permalink / raw)
  To: ding

On Fri, Mar 01 2019, Alberto Luaces wrote:
> ...snip...
> I don't really understand.  As far as I know, mailjet service is just for
> sending email, and I'm not sure if you can receive mails at all with it.

In world history, Russia did take action to go for South South _always_
to South ... because they needed ice-free port such as Vladivostok. Me
also need ice-free port in the Email World, *desperately*. Yes, i am from
South Korea. 

Sincerely, Byung-Hee.

-- 
^고맙습니다 _地平天成_ 감사합니다_^))//




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

end of thread, other threads:[~2019-03-09  2:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-28  3:12 [OT] sorry for off topic, i am doing try to gain reputation with Gnus via mailjet Byung-Hee HWANG (황병희, 黃炳熙)
2019-02-28 17:01 ` Colin Baxter
2019-03-01  0:55   ` Byung-Hee HWANG (황병희, 黃炳熙)
2019-03-01  8:03 ` Alberto Luaces
2019-03-09  2:18   ` 황병희

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).