Hi,
for emacs I have the following in my .emacs file:
(setq smtpmail-default-smtp-server nil)
(setq smtpmail-smtp-server "mail.gmx.net")
;(setq smtpmail-debug-info t)
(setq smtpmail-auth-login-username "my-login-name")
(setq smtpmail-smtp-service 25)
(setq smtpmail-auth-credentials '(("mail.gmx.net" 25 "my-login-name"
"my-password")))
Some of the settings seem a bit redundant and I have not tried to find
the minimal set of settings that works. I think you will need a current
version of smtpmail.el for this to work and also current versions of
sendmail.el and netrc.el. You can find them via google, or I can send
you the ones I use.
Hope this helps,
Lukas
Roman Zalessky writes ("[Oralux] If smtp mail server needs password
authentication..."):
> Hi everybody!
>
> How can I provide password for smtp-server if I use smail for sending
> mail.
> Also, it's interesting, is it possible to provide such password in emacs
> with vm, gnus or emacs mail?
>
> Merci...
>
> _______________________________________________
> Oralux mailing list
> [email protected]
> http://lists.freearchive.org/mailman/listinfo/oralux
>
_______________________________________________
Oralux mailing list
[email protected]
http://lists.freearchive.org/mailman/listinfo/oralux