Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Setting up an ssl smtp server
@ 2007-09-17 20:31 someusernamehere
  0 siblings, 0 replies; only message in thread
From: someusernamehere @ 2007-09-17 20:31 UTC (permalink / raw)
  To: info-gnus-english

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-17 20:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-17 20:31 Setting up an ssl smtp server someusernamehere

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).