Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* smtpmail and starttls
@ 2006-07-02 22:58 Hadron Quark
  2006-07-03 16:56 ` Hadron Quark
  0 siblings, 1 reply; 3+ messages in thread
From: Hadron Quark @ 2006-07-02 22:58 UTC (permalink / raw)



I've been googling for ages now and am still unable to get gnus talking
to gmail's smtp server. I need to pass off sending of emails to an
external smtp because my dynamic IP gets black listed as a mail source
for the likes of hotmail which doesnt trust non permanent smtp servers.

if anyone has this working from an ubuntu/linus setup I would love to
see your .gnus.el entries and to hear how you got it working.

Google indicates that there are a lot of threads with people having or
had had the same problems.

I just get an SMTP protocol error when I send a mail.

Here is what Ihave and is no different from the solutions offered to
others before.

(And I have installed "starttls").

;; Sending mail
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil)))
(setq smtpmail-default-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-server "smtp.gmail.com")
(setq smtpmail-auth-credentials '(("smtp.gmail.com" 587
"serverid" "pwd")))
(setq smtpmail-smtp-service 587)


Let me know what logs you need to see and how to obtain them if you
think you might be able to help. 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-07-17 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-02 22:58 smtpmail and starttls Hadron Quark
2006-07-03 16:56 ` Hadron Quark
2006-07-17 13:31   ` barutanseijin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).