[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sending mail fails silently
From: |
Katsumi Yamaoka |
Subject: |
Re: Sending mail fails silently |
Date: |
Fri, 05 Nov 2004 19:02:46 +0900 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
>>>>> In <86hdo4sku4.fsf@t-91-39.athome.tue.nl> Michiel Buddingh wrote:
> Hello, I've been trying to configure gnus to take care of
> my mail. (remote IMAP/authenticated SMTP)
> However, mail I send from gnus does not seem to reach its
> destination. Is there any way I can coax gnus/smtpmail
> into being more verbose about the process, so I can try to
> isolate the problem?
(setq smtpmail-debug-info t)
shows the trace of the SMTP session. You can see it in the
buffer named "*trace of SMTP session to XXX*".
By the way, smtpmail.el containd in Emacs 21.3 doesn't support
the authenticated SMTP as far as I know.