info-gnus-english
[Top][All Lists]
Advanced

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

Re: SMTP-AUTH and TLS


From: Tobias Brink
Subject: Re: SMTP-AUTH and TLS
Date: Thu, 04 Oct 2007 01:05:06 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Tobias Brink <tobias.brinkNO.SPAM@gmail.com> writes:

[...]
> I have the following in my .gnus.el:
>
>   (setq send-mail-function 'smtpmail-send-it)
>   (setq message-send-mail-function 'smtpmail-send-it)
>   (setq smtpmail-starttls-credentials
>       '(("smtp.myserver.tld" 25 nil nil)))
>   (setq smtpmail-default-smtp-server "smtp.myserver.tld")

And strangely adding the following at the top fixes it:

,----
| (require 'smtpmail)
| (setq smtpmail-smtp-server "smtp.myserver.tld")
`----

Greetings,
Tobias


reply via email to

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