unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* VM and SMTP on Mac OS 10.3
@ 2004-11-29 23:48 Catherine Infantino
  0 siblings, 0 replies; only message in thread
From: Catherine Infantino @ 2004-11-29 23:48 UTC (permalink / raw)


I am trying to sendmail via VM from my Mac.  I know just enough to be
dangerous...
I managed to get POP up and running, but I am having trouble with SMTP.

So far, I have downloaded sendmail.el and smtpmail.el and dropped them
into my current working emacs directory: /usr/local/lib/emacs/site-lisp 
The relavent bit of my .emacs is:

(setq send-mail-function 'smtpmail-send-it) ; if you use `mail'
(setq message-send-mail-function 'smtpmail-send-it) ; if you use message/Gnus
(setq smtpmail-default-smtp-server "smtpauth.earthlink.net")
(setq smtpmail-local-domain "foobar.com")
(setq smtpmail-sendto-domain "foobar.com")
(setq smtpmail-debug-info t) ; only to debug problems
(setq smtpmail-auth-credentials  ; or use ~/.authinfo
      '(("smtpauth.earthlink.net" 25 "fred@mindspring.com" "password")))

With this stuff in place, I try to compose a message with 'm' and I get
the error:

Variable binding exceeds max-specpdl-size

I have milled through a pile of .emacs files, but I haven't been able to
piece anything together to make it work.  Any advice?

Thanks,

Catherine

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-29 23:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-29 23:48 VM and SMTP on Mac OS 10.3 Catherine Infantino

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).