Gnus development mailing list
 help / color / mirror / Atom feed
* smtp send it and creds
@ 2021-02-17  0:31 reader
  2021-02-17  2:10 ` dick.r.chiang
  0 siblings, 1 reply; 3+ messages in thread
From: reader @ 2021-02-17  0:31 UTC (permalink / raw)
  To: ding

I must be getting the code wrong for passing the credentials without
manual intervention.

My smtp code in gnus looks like:

(setq message-send-mail-function 'smtpmail-send-it ; if you use message/Gnus
          smtpmail-smtp-server  "smtp.xxxxxxxx.com"
          smtpmail-stream-type  'ssl
          smtpmail-smtp-service 465
          smtpmail-auth-credentials "/home/reader/.authinfo")

A few times it passed a message without dunning me for password but
mostly not...

My authinfo entry:
machine smtp.xxxxxxxxxx.com login xxxxx@xxxxxxx.com passwd xxxxxxxxxxxxxxx

Even though the wiki says the style below was stopped a good while
ago, I tried it any way with no better results.

  ;; '(("smtp.xxxxx.com" 465 "xxxxx@xxxxxx.xxx" "xxxxxxxxxxxxxx")))



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

* Re: smtp send it and creds
  2021-02-17  0:31 smtp send it and creds reader
@ 2021-02-17  2:10 ` dick.r.chiang
  2021-02-18 16:44   ` reader
  0 siblings, 1 reply; 3+ messages in thread
From: dick.r.chiang @ 2021-02-17  2:10 UTC (permalink / raw)
  To: ding

r> machine smtp.xxxxxxxxxx.com login xxxxx@xxxxxxx.com passwd xxxxxxxxxxxxxxx

Try "password" instead of "passwd" for a start.


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

* Re: smtp send it and creds
  2021-02-17  2:10 ` dick.r.chiang
@ 2021-02-18 16:44   ` reader
  0 siblings, 0 replies; 3+ messages in thread
From: reader @ 2021-02-18 16:44 UTC (permalink / raw)
  To: ding

dick.r.chiang@gmail.com writes:

> r> machine smtp.xxxxxxxxxx.com login xxxxx@xxxxxxx.com passwd xxxxxxxxxxxxxxx
>
> Try "password" instead of "passwd" for a start.

Egad ... thx.  I've grown too accustomed to using the  passwd
abbreviation.  And to lazy about looking sharply at things involved
with whatever problem I'm having.



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

end of thread, other threads:[~2021-02-18 16:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-17  0:31 smtp send it and creds reader
2021-02-17  2:10 ` dick.r.chiang
2021-02-18 16:44   ` reader

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