all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Mario Domgörgen" <kanaldrache@gmx.de>
Subject: Re: smtpmail and smtp-auth
Date: Sun, 27 Jul 2003 14:01:05 +0200	[thread overview]
Message-ID: <86llukb2m6.fsf@ID-97899.user.dfncis.de> (raw)
In-Reply-To: m3he58gp6m.fsf@Zion.net

Subhankar Chatterjee <subhankar@bonbon.net> writes:

>> (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")))

Ah, great, now it is working! Thank you!

Mario

-- 
First snow, then silence.
This thousand dollar screen dies
so beautifully.

      reply	other threads:[~2003-07-27 12:01 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
2003-07-27 12:01   ` Mario Domgörgen [this message]

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=86llukb2m6.fsf@ID-97899.user.dfncis.de \
    --to=kanaldrache@gmx.de \
    /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.