all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: winsphinX <xxx@yyy.zzz>
Subject: Re: cannot send mail by emacs+gnus
Date: Wed, 30 Aug 2006 06:51:15 +0800	[thread overview]
Message-ID: <ed2gd2$asj$1@news.yaako.com> (raw)
In-Reply-To: <87mz9oiwro.fsf@zogzog.gnu-rox.org>


Xavier Maillard 写道:
> winsphinX <xxx@yyy.zzz> writes:
> 
>> Xavier Maillard 写道:
>>> "winsphinX" <xxx@yyy.zzz> writes:
>>>
>>>> and in fact i cannot send to anyone, including myself.
>>> Are you sure of the credential part ?
>>>
>> i am not sure whether it is correct. is the format correct?
>> (setq smtpmail-auth-credentials '(("smtp...." 25 "USERNAME"
>> "PASSWORD")
> 
> That's correct.
> 
> Did you install anything such as TLS (GNU tls or starttls ?) Please
> include the whole part related to smtpmail here so we can effectively
> help you.
> 
there's my .emacs config file(part of smtp only):
...............
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "smtp.sohu.com")
(setq smtpmail-default-smtp-server "smtp.sohu.com")
(setq smtpmail-auth-credentials '(("smtp.sohu.com" 25 "winsphinx"
"******")))
(setq smtpmail-debug-info t)


and, there's the error info:
Loading mailabbrev...
Loading derived...done
Loading mailabbrev...done
Sending...
Loading mail-extr...done
Loading smtpmail (source)...done
220 smtp125.sohu.com ESMTP
250-smtp125.sohu.com
250-SIZE 10485760
250-AUTH LOGIN
250 8BITMIME
334 VXNlcm5hbWU6
334 UGFzc3dvcmQ6
235 Authentication successful
536 Error: file unable create. ��. #1-010
if: Sending failed; SMTP protocol error

  reply	other threads:[~2006-08-29 22:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-26 23:25 help: cannot send mail by emacs+gnus winsphinX
2006-08-27  1:06 ` B. T. Raven
2006-08-27 12:15   ` winsphinX
2006-08-27 15:05     ` Xavier Maillard
2006-08-28 12:49       ` winsphinX
2006-08-28 17:40         ` Xavier Maillard
2006-08-29 22:51           ` winsphinX [this message]
2006-08-27 10:29 ` help: " Xavier Maillard
2006-08-27 12:25   ` winsphinX
2006-08-27 15:03     ` Xavier Maillard

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='ed2gd2$asj$1@news.yaako.com' \
    --to=xxx@yyy.zzz \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.