I did actually solve it but through another route, using fetchmail.
Any idea how to use gmail for sending mail?
Now it stops when gnutls-cli is started (cygwin). I get the following
message:
Sending...
Sending via mail...
Opening STARTTLS connection to `smtp.gmail.com'...done
220 mx.gmail.com ESMTP z21sm375999qbc
250-mx.gmail.com at your service
250-SIZE 20971520
250-8BITMIME
250-STARTTLS
250 ENHANCEDSTATUSCODES
220 2.0.0 Ready to start TLS (nothing more happens)
and this is my .gnus.el:
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil)))
(setq smtpmail-auth-credentials '(("smtp.gmail.com" 587 "username"
nil)))
(setq smtpmail-default-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-service 587)
(setq smtpmail-local-domain "smtp.gmail.com"); added
(setq smtpmail-sendto-domain "smtp.gmail.com"); added
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english