Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "Mr. Big" <andersjak@gmail.com>
Subject: Re: using gnus for mail
Date: 6 May 2006 08:53:04 -0700	[thread overview]
Message-ID: <1146930784.482536.68840@u72g2000cwu.googlegroups.com> (raw)
In-Reply-To: <1146918414.916382.221500@j33g2000cwa.googlegroups.com>

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	other threads:[~2006-05-06 15:53 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-04 20:11 Hadron Quark
2006-05-04 20:29 ` Oliver Jennrich
2006-05-04 20:34   ` Hadron Quark
2006-05-04 21:09     ` Oliver Jennrich
2006-05-05  4:56       ` Hadron Quark
2006-05-05 18:49         ` Oliver Jennrich
2006-05-04 21:43 ` Leon
2006-05-05  1:58 ` Robert D. Crawford
2006-05-05  3:22 ` xyblor
2006-05-05  4:52   ` Hadron Quark
2006-05-05 13:39     ` xyblor
2006-05-06 12:26       ` Mr. Big
2006-05-06 15:53         ` Mr. Big [this message]
2006-05-06 23:14           ` Burton Samograd
2006-05-07  1:40         ` xyblor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1146930784.482536.68840@u72g2000cwu.googlegroups.com \
    --to=andersjak@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).