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.
Hope that helps,
Tobias
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english