help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: smtpmail and smtp-auth


From: Subhankar Chatterjee
Subject: Re: smtpmail and smtp-auth
Date: 27 Jul 2003 17:24:41 +0530
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

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
--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]