From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30830 Path: main.gmane.org!not-for-mail From: Jim Davidson Newsgroups: gmane.emacs.gnus.general Subject: Re: sending mail via VTCP/Secure Date: Thu, 11 May 2000 16:30:15 GMT Organization: "SunSITE Denmark -- sunsite.auc.dk Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167311 10556 80.91.224.250 (21 Oct 2002 02:28:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:28:31 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 47461D051F for ; Thu, 11 May 2000 12:33:02 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB00532; Thu, 11 May 2000 11:31:58 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 11 May 2000 11:30:20 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA24432 for ; Thu, 11 May 2000 11:30:01 -0500 (CDT) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by mailhost.sclp.com (Postfix) with SMTP id 1C3C4D051F for ; Thu, 11 May 2000 12:30:19 -0400 (EDT) Original-Received: (qmail 11631 invoked by uid 509); 11 May 2000 16:30:16 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding Original-Lines: 36 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 Original-NNTP-Posting-Host: 216.221.224.2 Original-X-Trace: twister.sunsite.auc.dk 958062615 216.221.224.2 (Thu, 11 May 2000 18:30:15 MET DST) Original-NNTP-Posting-Date: Thu, 11 May 2000 18:30:15 MET DST Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30830 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30830 Dave Cohen writes: > Hello all, > > My question is not specific to gnus. I apologize for asking it here, > but I expect there's enough expertise out there to answer this one > quickly and easily. > > My problem is with sending mail from emacs. .... > Below the relevant smtp settings from my .emacs. > > Any help is greatly appreciated. Thanks! > > -Dave > > ;;;; Sending mail > (setq user-full-name "Dave Cohen") > (setq user-mail-address "dnc@bigfoot.com") > (setq smtpmail-default-smtp-server "mail.company.com") > (setq smtpmail-local-domain nil) > (setq send-mail-function 'smtpmail-send-it) ..... > (load-library "smtpmail") > (setq send-mail-function 'feedmail-send-it) ..... You're missing the main debug setting: (setq smtpmail-debug-info t) Try setting that, and see what you observe. -- Jim Davidson jdavidson @ acm.org