all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* SMTP library problem
@ 2008-03-04 18:09 James Long
  2008-03-05 11:11 ` Stephen Berman
  0 siblings, 1 reply; 17+ messages in thread
From: James Long @ 2008-03-04 18:09 UTC (permalink / raw)
  To: help-gnu-emacs

I hope this is the appropriate place to ask this question - I couldn't
find any mailing lists specific to SMTP.  I couldn't find where to
subscribe to this mailing list so you may have to include my address
in the reply.

I'm using the standard SMTP library that comes with Emacs (I am using
Carbon Emacs 22.1).  The connection requires SSL and password
authentication.  Whenever I try to send a message, Emacs simply
freezes up.  Here are my connection settings; I have tried both
gnutls-cli and starttls (using the variable which toggles which one to
use, I forget the name of it).

(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "~server~")
(setq smtpmail-smtp-service ~port~)
(setq smtpmail-starttls-credentials '(("~server~" ~port~ "~user~" "~pass~")))
(setq smtpmail-debug-info t)
(setq smtpmail-debug-verb t)

I'm sure my credentials, server, and port are correct, and that the
server is fine.  I don't get anything in the SMTP trace buffer.  I
suppose I should figure out how to use edebug, which I will attempt
later on.

Could one of my libraries be out of date?  gnutls-cli (I have version
2.3.1), or smtpmail.el, or something else?

Thanks,

-- 
James Long




^ permalink raw reply	[flat|nested] 17+ messages in thread
[parent not found: <mailman.8306.1204670276.18990.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2008-03-12 20:22 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-04 18:09 SMTP library problem James Long
2008-03-05 11:11 ` Stephen Berman
2008-03-05 12:54   ` David
2008-03-05 19:41     ` Stephen Berman
2008-03-05 23:03       ` David
2008-03-06  0:13         ` Stephen Berman
2008-03-06 11:17           ` David
2008-03-07 14:26             ` Stephen Berman
2008-03-07 15:03               ` David
2008-03-07 22:03                 ` Stephen Berman
2008-03-08 14:47                   ` David
2008-03-08 23:29                     ` Stephen Berman
2008-03-09 12:15                       ` David
2008-03-09 15:35                         ` Stephen Berman
     [not found]                   ` <mailman.8558.1204987691.18990.help-gnu-emacs@gnu.org>
2008-03-09 17:26                     ` Richard G Riley
2008-03-12 20:22                       ` SMTP library problem [RESOLVED] Stephen Berman
     [not found] <mailman.8306.1204670276.18990.help-gnu-emacs@gnu.org>
2008-03-05  6:42 ` SMTP library problem Volkan YAZICI

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.