Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: someusernamehere <someusernamehere@gmail.com>
To: info-gnus-english@gnu.org
Subject: Setting up an ssl smtp server
Date: Mon, 17 Sep 2007 13:31:53 -0700	[thread overview]
Message-ID: <1190061113.797702.35650@y42g2000hsy.googlegroups.com> (raw)

This is the question, on thunderbird works fine with the following
configuration:

smtp server: foo.bar.com
Conection type: SSL (which write automatically the port 465 instead
25)
server require autentication: yes
user: bleh

How can I do this in gnus??, I have tried the following:

                 (setq message-send-mail-function 'smtpmail-send-it)
                            smtpmail-default-smtp-server
"foo.bar.com")
                            message-send-mail-function 'smtpmail-send-
it)
                            smtpmail-auth-credentials "~/emacs-stuff/
mailauth-foo")
                            smtpmail-starttls-credentials
'(("foo.bar.com" "465" nil nil)))
                            smtpmail-smtp-server "foo.bar.com"))

but doesnt works, I get this in the backtrce:


Debugger entered--Lisp error: (error "Sending failed; SMTP protocol
error")
  signal(error ("Sending failed; SMTP protocol error"))
  error("Sending failed; SMTP protocol error")
  smtpmail-send-it()
  #[nil "\b ‡" [message-send-mail-function] 1]()
  gnus-agent-send-mail()
  message-send-mail(nil)
  message-send-via-mail(nil)
  message-send(nil)
  message-send-and-exit(nil)
  call-interactively(message-send-and-exit)

anyone?, thanks

                 reply	other threads:[~2007-09-17 20:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1190061113.797702.35650@y42g2000hsy.googlegroups.com \
    --to=someusernamehere@gmail.com \
    --cc=info-gnus-english@gnu.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).