all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* authenticate at smtp server
@ 2003-12-25 17:12 Norbert Kaufmann
  2003-12-25 17:19 ` Jesper Harder
  0 siblings, 1 reply; 2+ messages in thread
From: Norbert Kaufmann @ 2003-12-25 17:12 UTC (permalink / raw)


I am using the following configuration - cut and pasted from 
http://josefsson.org/smtpmail.html.


;; If you use the default mail user agent.
(setq send-mail-function 'smtpmail-send-it)
;; If you use Message or Gnus.
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "auth.mail.onlinehome.de")
(setq smtpmail-smtp-server "auth.mail.onlinehome.de")
;;(setq smtpmail-auth-credentials
;;     '(("auth.mail.onlinehome.de" 25 "username" "secret")))
(setq smtpmail-starttls-credentials
            '(("auth.mail.onlinehome.de" 25 "username" secret)))
(setq smtpmail-debug-info t)
(setq smtpmail-debug-verb t)


but i am not able to send mail. Here is the trace.

220 mrelayng.kundenserver.de ESMTP Thu, 25 Dec 2003 18:01:59 +0100
EHLO clarence.hal
250-mrelayng.kundenserver.de Hello clarence.hal [80.131.141.219]
250-SIZE 20971520
250-PIPELINING
250-AUTH=PLAIN LOGIN
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
MAIL FROM: <norbert@akumakun.de> SIZE=90
530 Authentication required
QUIT
221 mrelayng.kundenserver.de closing connection

emacs version 21.2.1

Can please somebody give me a hint?

TIA

Norbert

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: authenticate at smtp server
  2003-12-25 17:12 authenticate at smtp server Norbert Kaufmann
@ 2003-12-25 17:19 ` Jesper Harder
  0 siblings, 0 replies; 2+ messages in thread
From: Jesper Harder @ 2003-12-25 17:19 UTC (permalink / raw)


Norbert Kaufmann <norbert@akumakun.de> writes:

> I am using the following configuration - cut and pasted from
> http://josefsson.org/smtpmail.html.
>
> emacs version 21.2.1
>
> Can please somebody give me a hint?

That page describes the functionality of smtpmail.el from the
development version (i.e. CVS) of Emacs.

The current version doesn't support authentication.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-12-25 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-25 17:12 authenticate at smtp server Norbert Kaufmann
2003-12-25 17:19 ` Jesper Harder

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.