all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Subhankar Chatterjee <subhankar@bonbon.net>
Subject: Re: smtpmail and smtp-auth
Date: 27 Jul 2003 17:24:41 +0530	[thread overview]
Message-ID: <m3he58gp6m.fsf@Zion.net> (raw)
In-Reply-To: 86brvh8qyb.fsf@5100784654140001.dialin.t-online.de

Mario Domgörgen <kanaldrache@gmx.de> writes:

> And here are my settings:
> 
> (setq smtpmail-auth-credentials '("mail.gmx.de" 25 "user-number" "password")
>       smtpmail-debug-info t      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>       smtpmail-debug-verb t
>       smtpmail-default-smtp-server nil
>       smtpmail-smtp-server "mail.gmx.de"
>       smtpmail-smtp-service "25")
                              ^^^^  
                           (no quotes here)

Follow this format :

(load "smtpmail")
(setq message-send-mail-function 'smtpmail-send-it) ; if you use message/Gnus
(setq smtpmail-smtp-service 25)
(setq smtpmail-debug-info t) ; only to debug problems
(setq smtpmail-auth-login-username "username")
(setq smtpmail-auth-credentials
      '(("smtp.bonbon.net" 25 "username" "passwd")))

> Mario
Regards
-Subhankar


-- 
blue pill or red pill
--

  parent reply	other threads:[~2003-07-27 11:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-26 11:31 smtpmail and smtp-auth Mario Domgörgen
2003-07-26 14:44 ` It's me FKtPp ;)
2003-07-26 20:32   ` Mario Domgörgen
2003-07-27  2:21     ` It's me FKtPp ;)
2003-07-27 10:59       ` Mario Domgörgen
2003-07-27 11:54 ` Subhankar Chatterjee [this message]
2003-07-27 12:01   ` Mario Domgörgen

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=m3he58gp6m.fsf@Zion.net \
    --to=subhankar@bonbon.net \
    /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.
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.