Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: ding@gnus.org
Subject: Re: gmail+smtp: 587 yes 465 no
Date: Tue, 09 Jul 2013 09:26:03 -0400	[thread overview]
Message-ID: <87siznvp90.fsf@lifelogs.com> (raw)
In-Reply-To: <51DBAAEA.8020803@mat.ucm.es>

On Tue, 09 Jul 2013 09:17:14 +0300 Uwe Brauer <oub@mat.ucm.es> wrote: 

UB> In the last years I have used gnus+gmail+smtp without problems, using
UB> the 587 port. Now I am in a place where the port 587 is closed but 465
UB> is open (I tested it with thunderbird)

UB> However I cannot use the 465 port with the following setting:

UB> (setq feedmail-buffer-eating-function 'feedmail-buffer-to-smtpmail
UB>         message-send-mail-function    'feedmail-send-it
UB>         send-mail-function            'feedmail-send-it
UB>         smtpmail-auth-credentials nil
UB>         smtpmail-starttls-credentials nil
UB>         smtpmail-debug-info t
UB>         smtpmail-starttls-credentials '(("smtp.gmail.com" 465 nil nil))
UB>         smtpmail-auth-credentials '(("smtp.gmail.com" 465 "oub@ucm.es"
UB> nil))
UB>         smtpmail-default-smtp-server "smtp.gmail.com" ;before loading smtp
UB>         smtpmail-smtp-server "smtp.gmail.com" ;Version:1.54
UB>         smtpmail-smtp-service 465)

UB> Does anybody use successfully use the 465 port and could send me his
UB> setting?

The port number shouldn't matter.  Here's my ~/.authinfo.gpg (see
there's no port number):

machine smtp.gmail.com login tzz@lifelogs.com password mypassword

And then in .gnus.el:

          (setq smtpmail-smtp-service 587 ; change to 465 or whatever
                smtpmail-smtp-user "tzz@lifelogs.com"
                smtpmail-smtp-server "smtp.gmail.com"
                smtpmail-default-smtp-server smtpmail-smtp-server)

I hope that works for you.

Ted




  reply	other threads:[~2013-07-09 13:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-09  6:17 Uwe Brauer
2013-07-09 13:26 ` Ted Zlatanov [this message]
2013-07-14 15:44   ` Uwe Brauer

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=87siznvp90.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=ding@gnus.org \
    /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).