all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Norbert Kaufmann <norbert@akumakun.de>
Subject: authenticate at smtp server
Date: Thu, 25 Dec 2003 18:12:10 +0100	[thread overview]
Message-ID: <bsf5mh$a0g$1@online.de> (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

             reply	other threads:[~2003-12-25 17:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-25 17:12 Norbert Kaufmann [this message]
2003-12-25 17:19 ` authenticate at smtp server Jesper Harder

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='bsf5mh$a0g$1@online.de' \
    --to=norbert@akumakun.de \
    /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.
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.