Gnus development mailing list
 help / color / mirror / Atom feed
From: reader@newsguy.com
Subject: smtp send using odd port
Date: Tue, 31 Jan 2006 08:00:23 -0600	[thread overview]
Message-ID: <87fyn4xzt4.fsf@newsguy.com> (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 ****************




             reply	other threads:[~2006-01-31 14:00 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-31 14:00 reader [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fyn4xzt4.fsf@newsguy.com \
    --to=reader@newsguy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).