From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Subhankar Chatterjee Newsgroups: gmane.emacs.help Subject: Re: smtpmail and smtp-auth Date: 27 Jul 2003 17:24:41 +0530 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <86brvh8qyb.fsf@5100784654140001.dialin.t-online.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1059306685 18315 80.91.224.249 (27 Jul 2003 11:51:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 27 Jul 2003 11:51:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 27 13:51:24 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19gk3N-0004kZ-00 for ; Sun, 27 Jul 2003 13:51:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19gk30-0002a7-Dp for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Jul 2003 07:50:42 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.uchicago.edu!logbridge.uoregon.edu!newshunter!cosy.sbg.ac.at!fu-berlin.de!uni-berlin.de!61.3.128.153!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 31 Original-NNTP-Posting-Host: 61.3.128.153 Original-X-Trace: news.uni-berlin.de 1059306319 20202021 61.3.128.153 (16 [181673]) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:115479 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11397 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11397 Mario Domgörgen writes: > And here are my settings: > > (setq smtpmail-auth-credentials '("mail.gmx.de" 25 "user-number" "password") > smtpmail-debug-info t ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > smtpmail-debug-verb t > smtpmail-default-smtp-server nil > smtpmail-smtp-server "mail.gmx.de" > smtpmail-smtp-service "25") ^^^^ (no quotes here) Follow this format : (load "smtpmail") (setq message-send-mail-function 'smtpmail-send-it) ; if you use message/Gnus (setq smtpmail-smtp-service 25) (setq smtpmail-debug-info t) ; only to debug problems (setq smtpmail-auth-login-username "username") (setq smtpmail-auth-credentials '(("smtp.bonbon.net" 25 "username" "passwd"))) > Mario Regards -Subhankar -- blue pill or red pill --