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

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

Sending mail via SMTP hangs.


From: Aidan Gauland
Subject: Sending mail via SMTP hangs.
Date: Thu, 14 Jan 2010 07:24:27 +1300
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090707)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

When I try to send mail via my ISP's SMTP server, Emacs hangs (until I type
C-g).  I have tried following several different sets of instructions (blogs,
the Emacs wiki, the source file smtpmail.el) on how to configure Emacs to send
mail via SMTP.

Here is the relevant part of my .emacs file:
(setq message-send-mail-function 'smtpmail-send-it) ; if you use message/Gnus
(setq smtpmail-default-smtp-server "smtp.rurallink.co.nz")
(setq smtpmail-local-domain "no8wireless.co.nz")
(setq smtpmail-debug-info t) ; only to debug problems
(setq smtpmail-auth-credentials  ; or use ~/.authinfo
      '(("smtp.rurallink.co.nz" 465 "aidalgol@no8wireless.co.nz" "<secret>")))
(setq smtpmail-starttls-credentials
      '(("smtp.rurallink.co.nz" 465 nil nil)))

Does anyone have any suggestions?  I would really like to switch to Emacs as
my mail reader, and this is quite frustrating.

Thanks,
Aidan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAktOD9sACgkQjyzTRvYJmaUCZQCcCuNYKgyBDBKPaF/lQfUkFgLf
G3oAnRiey6gKvN8FJUrMzN9eh6m74vj4
=ol+C
-----END PGP SIGNATURE-----




reply via email to

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