On 8 oct, 13:40, Tobias Brink <[EMAIL PROTECTED]> wrote:
> someusernamehere <[EMAIL PROTECTED]> writes:
> > i have tried this and doesnt work, I have the same problem, can you
> > paste your final work code here please?
>
> Here you go:
>
> ,----[ ~/.gnus.el ]
> | (require 'smtpmail)
> | (setq send-mail-function 'smtpmail-send-it)
> | (setq message-send-mail-function 'smtpmail-send-it)
> | (setq smtpmail-starttls-credentials
> |       '(("YOURSMTP.TLD" 25 nil nil)))
> | (setq smtpmail-smtp-server "YOURSMTP.TLD")
> | (setq smtpmail-default-smtp-server "YOURSMTP.TLD") ; This is probably
> |                                                    ; not needed.
> `----
>
> ,----[ ~/.authinfo ]
> | machine YOURSMTP.TLD login YOURUSERNAME password YOURPASSWORD
> `----
>
> Replace the strings in capital letters.




Hey Tobias, thanks for your reply, but I get an error, this i s:

Sending via mail...
Loading mailalias...done
Unknown extension pipelining
ad-Orig-error: Sending failed; SMTP protocol error


hints?


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

Reply via email to