On 3 oct, 18:05, Tobias Brink <[EMAIL PROTECTED]> wrote:
> Tobias Brink <[EMAIL PROTECTED]> 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")
> `----


i have tried this and doesnt work, I have the same problem, can you
paste your final work code here please?

_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to