From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2501 Path: news.gmane.org!not-for-mail From: "Subhankar Chatterjee" Newsgroups: gmane.emacs.gnus.user Subject: smtp auth in Gnus Date: Fri, 16 May 2003 13:08:09 +0500 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: sea.gmane.org 1138668911 15375 80.91.229.2 (31 Jan 2006 00:55:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:55:11 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:30:47 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!61.0.137.57!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: 61.0.137.57 Original-X-Trace: fu-berlin.de 1053072110 25126956 61.0.137.57 (16 [181673]) User-Agent: Pan/0.13.0 (The whole remains beautiful) Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:2641 Original-Lines: 19 X-Gnus-Article-Number: 2641 Tue Jan 17 17:30:47 2006 Xref: news.gmane.org gmane.emacs.gnus.user:2501 Archived-At: Hello Emacsites, I am using Gnus v5.9.0 in GNU Emacs 21.2.1. How do I turn on SMTP AUTH? The smtp server I use requires authentication. I have added these lines in my .gnus :-- (setq message-send-mail-function 'smtpmail-send-it) (setq smtpmail-auth-credentials '(("my.server.com" "port" "my_id"))) But its still not working. When I send the mail, it gives an error message saying smtp response error 550. I had included my password after the id, but it didn't work too. There is no problems with other mail clients when using the same smtp server. Help !!! -Subhankar