help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Can't send mail


From: Ke Lu
Subject: Can't send mail
Date: Sat, 22 Sep 2007 15:18:49 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

Hi there,

I use ntemacs to sendmail and got a error.
open-network-stream: make client process failed: software caused connection 
abort, :name, SMTP, :buffer, *trace of SMTP session to xxx.xxx.xx*, :host, 
xxx.xxx.xx, :service, 25
The following is my setting.
(setq smtpmail-auth-credentials
    '(("xxx.xxx.xx"
           25
           "xxxxxx";; Userid
           nil)))   ;; Passwd
(setq smtpmail-default-smtp-server "xxx.xxx.xx")
(setq smtpmail-smtp-server "xxx.xxx.xx")
(setq message-send-mail-function 'smtpmail-send-it)
                         
I have the same setting in linux and works well.
What's wrong?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]