Gnus development mailing list
 help / color / mirror / Atom feed
* Where to find detailed example config; gnus for mail on windows
@ 2021-01-11 15:45 Harry
  2021-01-11 15:58 ` Eric S Fraga
  2021-01-11 15:59 ` Adam Sjøgren
  0 siblings, 2 replies; 3+ messages in thread
From: Harry @ 2021-01-11 15:45 UTC (permalink / raw)
  To: ding

Where can I find real examples of gnus configuration for mail on
windows?

Googling has found some suggested configs, some aimed at gmail, or
imap, but none that show actual examples of using gnus for pop3 mail
sending on  windows.

The retreival part is pretty simple and I have that working.

Reall exmples that show how to connect to smtp server that will relay
mail, authenticastion and so forth; are what I'd like to see.



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

* Re: Where to find detailed example config; gnus for mail on windows
  2021-01-11 15:45 Where to find detailed example config; gnus for mail on windows Harry
@ 2021-01-11 15:58 ` Eric S Fraga
  2021-01-11 15:59 ` Adam Sjøgren
  1 sibling, 0 replies; 3+ messages in thread
From: Eric S Fraga @ 2021-01-11 15:58 UTC (permalink / raw)
  To: ding

On Monday, 11 Jan 2021 at 10:45, Harry wrote:
> Googling has found some suggested configs, some aimed at gmail, or
> imap, but none that show actual examples of using gnus for pop3 mail
> sending on  windows.

For sending, it is smtp you want to look for, not pop3.  pop3 & imap are
fetching protocols.

You should probably look at the Message info manual.  Variables to
consider setting are:

message-send-mail-function
send-mail-function
smtpmail-mail-address
smtpmail-smtp-server
smtpmail-stream-type
smtpmail-smtp-service
user-mail-address

I have the first two set to 'smtpmail-send-it and the rest are dependent
on your email provider.
-- 
Eric S Fraga via Emacs 28.0.50 & org 9.4.4 on Debian bullseye/sid



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

* Re: Where to find detailed example config; gnus for mail on windows
  2021-01-11 15:45 Where to find detailed example config; gnus for mail on windows Harry
  2021-01-11 15:58 ` Eric S Fraga
@ 2021-01-11 15:59 ` Adam Sjøgren
  1 sibling, 0 replies; 3+ messages in thread
From: Adam Sjøgren @ 2021-01-11 15:59 UTC (permalink / raw)
  To: ding

Harry writes:

> none that show actual examples of using gnus for pop3 mail sending on
> windows.

You can't send email via POP3; POP3 is for downloading mail only.

You need SMTP to send.

If you don't have a local smtpd (I guess that's the norm on Windows?),
then sending can set up with something like this in your .gnus:

  (setq message-send-mail-function 'smtpmail-send-it
        smtpmail-default-smtp-server "YOUR-SMTP-HOST")

and in your .authinfo.gpg you put something like:

  machine YOUR-SMTP-HOST login YOUR-SMTP-LOGIN password YOUR-SMTP-PASSWORD

I think that should do the trick?


  Best regards,

    Adam

-- 
 "Det flyvende tæppe går klokken otte, Bob                  Adam Sjøgren
  Dylan har ringet og sagt vi kan nå det"              asjo@koldfront.dk



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

end of thread, other threads:[~2021-01-11 16:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 15:45 Where to find detailed example config; gnus for mail on windows Harry
2021-01-11 15:58 ` Eric S Fraga
2021-01-11 15:59 ` Adam Sjøgren

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