From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9723 Path: news.gmane.org!not-for-mail From: Tobias Brink Newsgroups: gmane.emacs.gnus.user Subject: Re: SMTP-AUTH and TLS Date: Thu, 04 Oct 2007 01:05:06 +0200 Organization: T-Online Message-ID: <87hcl76bq5.fsf@tobe.homeunix.org> References: <87odfh1x8e.fsf@tobe.homeunix.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191506599 24289 80.91.229.12 (4 Oct 2007 14:03:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Oct 2007 14:03:19 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Oct 04 16:03:16 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IdRIB-0005HK-Q4 for gegu-info-gnus-english@m.gmane.org; Thu, 04 Oct 2007 16:03:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdRI7-00044C-A9 for gegu-info-gnus-english@m.gmane.org; Thu, 04 Oct 2007 10:03:03 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!tiscali!newsfeed1.ip.tiscali.net!newsfeed00.sul.t-online.de!newsfeedt0.toon.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 20 Original-X-Trace: news.t-online.com 1191452706 02 14308 BCtO1ui1sDs5Myt 071003 23:05:06 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: SPsQy+ZGYeMRtADGYcB9TQ-QpLxyAHw+SW0H+0SsR3M-KOKKiQD8Eg User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:g43Pm5RbB9u8o4YS/Wf9ZHCKuu4= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79927 X-Mailman-Approved-At: Thu, 04 Oct 2007 10:01:30 -0400 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9723 Archived-At: Tobias Brink writes: [...] > I have the following in my .gnus.el: > > (setq send-mail-function 'smtpmail-send-it) > (setq message-send-mail-function 'smtpmail-send-it) > (setq smtpmail-starttls-credentials > '(("smtp.myserver.tld" 25 nil nil))) > (setq smtpmail-default-smtp-server "smtp.myserver.tld") And strangely adding the following at the top fixes it: ,---- | (require 'smtpmail) | (setq smtpmail-smtp-server "smtp.myserver.tld") `---- Greetings, Tobias