info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using gnus for mail


From: Mr. Big
Subject: Re: using gnus for mail
Date: 6 May 2006 08:53:04 -0700
User-agent: G2/0.2

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]