all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Can't setup smtpmail. Help please!
@ 2004-01-19 22:29 melikamp
  2004-01-19 22:51 ` jplsp
  0 siblings, 1 reply; 2+ messages in thread
From: melikamp @ 2004-01-19 22:29 UTC (permalink / raw)


Hey all;

(sendmail from local host works, but is it a good solution? I would 
actually use it, what are the cons?)

So, I was trying to set up smtpmail, by putting the thing in .emacs:

(setq gnus-select-method '(nntp "netnews.comcast.net"))

(setq user-mail-address "jplsp@web.portal.starts.with.y")
(setq smtpmail-smtp-server "mail.comcast.net")
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-service 25)

(setq smtpmail-debug-info t)
(setq smtpmail-debug-verb t)

When I press [send] I have in *Messages*:

Loading message...
Loading mule-util...done
Loading easymenu...done
Loading message...done
Loading mailabbrev...done
Sending...
Loading gnus-msg...done
Loading mail-extr...done
Loading smtpmail...done
Loading mailalias...done
byte-code: Quit

That's me, pressing C-g, because it just hangs. I see no trace of 
*trace* buffer, that was promised by debug variable. What's going on?

Thanks :P

Mel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Can't setup smtpmail. Help please!
  2004-01-19 22:29 Can't setup smtpmail. Help please! melikamp
@ 2004-01-19 22:51 ` jplsp
  0 siblings, 0 replies; 2+ messages in thread
From: jplsp @ 2004-01-19 22:51 UTC (permalink / raw)



Doh! I was using the wrong smtp server lol.
Now it's working.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-19 22:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-19 22:29 Can't setup smtpmail. Help please! melikamp
2004-01-19 22:51 ` jplsp

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.