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: Mario Domgörgen
Subject: Re: smtpmail and smtp-auth
Date: Sun, 27 Jul 2003 14:01:05 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux)

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 via email to

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