Gnus development mailing list
 help / color / mirror / Atom feed
* smtp send using odd port
@ 2006-01-31 14:00 reader
  2006-01-31 14:07 ` Hynek Schlawack
  0 siblings, 1 reply; 20+ messages in thread
From: reader @ 2006-01-31 14:00 UTC (permalink / raw)



How can I stipulate an uncommon port for smtp sending.  My server uses
8025 instead of the normal 25?  And how can I get lots of debug info,
especially the full smtp conversation?

Gnus code:

;;;;;; Keep this (mail-user-agent) here ;;;;;;;;;;;;
(setq mail-user-agent  'gnus-user-agent)
;;;  ********* Begin smtp send ************
(setq send-mail-function 'smtpmail-send-it) ; not for Gnus
(setq message-send-mail-function 'smtpmail-send-it) ; for Gnus
(setq smtpmail-default-smtp-server "smtp.newsguy.com")
(setq user-mail-address "reader@newsguy.com") 
(setq user-full-name "Harry Putnam")
(setq smtpmail-local-domain "newsguy.com")
(setq smtpmail-sendto-domain "newsguy.com")
(setq smtpmail-debug-info t) ; only to debug problems
;; ;;; ********* End smtp send ****************




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

end of thread, other threads:[~2006-02-14 12:22 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-31 14:00 smtp send using odd port reader
2006-01-31 14:07 ` Hynek Schlawack
2006-01-31 15:25   ` Harry Putnam
2006-01-31 15:38     ` Hynek Schlawack
2006-01-31 15:35   ` Harry Putnam
2006-01-31 15:51     ` Hynek Schlawack
2006-02-02 20:07       ` Harry Putnam
2006-02-03  4:24   ` Harry Putnam
2006-02-03  9:09     ` Reiner Steib
2006-02-03 14:46       ` Harry Putnam
2006-02-03 15:28         ` Reiner Steib
2006-02-03 19:46           ` Harry Putnam
2006-02-05 18:32       ` Simon Josefsson
2006-02-08 16:49         ` Syncing smtpmail.el and sendmail.el with Emacs (was: smtp send using odd port) Reiner Steib
2006-02-08 21:55           ` Miles Bader
2006-02-08 22:45             ` Miles Bader
2006-02-10 15:17               ` Syncing smtpmail.el and sendmail.el with Emacs Simon Josefsson
2006-02-11 22:08                 ` Miles Bader
2006-02-14 12:22                   ` Simon Josefsson
2006-02-09  9:44           ` Simon Josefsson

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 NNTP newsgroup(s).