Gnus development mailing list
 help / color / mirror / Atom feed
From: Jim Davidson <jdavidson@nospam.com>
Subject: Re: sending mail via VTCP/Secure
Date: Thu, 11 May 2000 16:30:15 GMT	[thread overview]
Message-ID: <uu2g5rqws.fsf@nospam.com> (raw)
In-Reply-To: <ud7mugobn.fsf@webmethods.com>

Dave Cohen <dnc@bigfoot.com> 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



  parent reply	other threads:[~2000-05-11 16:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-10 20:09 Dave Cohen
2000-05-11 12:30 ` David S. Goldberg
2000-05-11 16:30 ` Jim Davidson [this message]
2000-05-11 16:41 ` Simon Josefsson

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=uu2g5rqws.fsf@nospam.com \
    --to=jdavidson@nospam.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).