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

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

Re: Sending mail via SMTP hangs.


From: Torsten Mueller
Subject: Re: Sending mail via SMTP hangs.
Date: Thu, 14 Jan 2010 07:06:18 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt)

Aidan Gauland <aidalgol@no8wireless.co.nz> schrieb:

> (setq message-send-mail-function 'smtpmail-send-it)

ok

> (setq smtpmail-default-smtp-server "smtp.rurallink.co.nz")

My line is (setq smtpmail-smtp-server "...")

> (setq smtpmail-local-domain "no8wireless.co.nz")

I don't have this line.

> (setq smtpmail-auth-credentials
>       '(("smtp.rurallink.co.nz" 465 "aidalgol@no8wireless.co.nz" "<secret>")))

I use an .authinfo file.

> (setq smtpmail-starttls-credentials
>       '(("smtp.rurallink.co.nz" 465 nil nil)))

This is always suspicious. Are you sure your SMTP server does support
TLS? Turn this off at least for the moment to reduce complexity.

What happens in the message buffer until you press C-g?

T.M.


reply via email to

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