Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Radek <raherh@gmail.com>
Subject: Re: gmail from gnus
Date: Sat, 18 Nov 2006 12:32:43 +0100	[thread overview]
Message-ID: <uodr50z38.fsf@gmail.com> (raw)
In-Reply-To: <g69zmapbyc8.fsf@lifelogs.com>

Ted Zlatanov <tzz@lifelogs.com> writes:


> Did you follow the instructions?

Yes.

> Post your setup.  You don't need the full setup if you only expect to
> send mail from your Gmail account.  Just the following lines.

For start I started with smtp and when it's functional will proceeed to
pop.

This is my setup regarding smtp:

(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 "myusername" "mypasswd")))
(setq smtpmail-default-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-service 587))

> If it's still not working, make sure starttls.el can find the
> necessary software.  The following:
>
> (executable-find starttls-program)
>
> should return something other than nil.  If not, adjust the value of
> starttls-program accordingly with customize-variable.

I understood if I use GnuTLS then starttls-program is not used but
GnuTLS program gnu-cli in starttls-use-gnutls function. Should I set
starttls-program?

Radek

  reply	other threads:[~2006-11-18 11:32 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-16 18:35 rahed
2006-11-16 18:55 ` Leo
2006-11-17 14:38   ` Radek
     [not found]   ` <mailman.749.1163774329.2155.info-gnus-english@gnu.org>
2006-11-17 20:41     ` Ted Zlatanov
2006-11-18 11:32       ` Radek [this message]
     [not found]       ` <mailman.790.1163851507.2155.info-gnus-english@gnu.org>
2006-11-20 19:57         ` Ted Zlatanov
2006-11-21 19:33           ` rahed
     [not found]           ` <mailman.956.1164137613.2155.info-gnus-english@gnu.org>
2006-11-22 16:04             ` Ted Zlatanov
2006-11-24 21:37               ` rahed
     [not found]               ` <mailman.1030.1164404261.2155.info-gnus-english@gnu.org>
2006-11-25 13:06                 ` Simias
2006-11-25 14:04                   ` Hadron Quark
2006-11-25 14:52                   ` rahed
     [not found]                   ` <mailman.1095.1164466382.2155.info-gnus-english@gnu.org>
2006-11-26  4:45                     ` ssSslang
2006-11-27 16:17                 ` Ted Zlatanov
     [not found] ` <mailman.730.1163703618.2155.info-gnus-english@gnu.org>
2006-11-17  6:26   ` Brep
2006-11-17  6:53     ` koocyton
2006-11-17 20:36       ` Ted Zlatanov

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=uodr50z38.fsf@gmail.com \
    --to=raherh@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).