Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Sending mail/news through gmail (again)
@ 2006-04-13  8:24 Mr. Big
  2006-04-13 14:34 ` Rodolfo Medina
  2006-04-16  8:53 ` Xiaodong Xu
  0 siblings, 2 replies; 4+ messages in thread
From: Mr. Big @ 2006-04-13  8:24 UTC (permalink / raw)


Hi,
I am using emacs 22.0.50.1 and gnus v5.11 and want to use gnus to send
mail and news. I have added the following to .gnus.el

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

It gets as far as asking me for SMTP password but then gives me an
error:

Loading gnus-topic...done
Sending...
Sending via mail...
Loading smtpmail...done
Loading mailalias...done
SMTP password for smtp.gmail.com:587:
SMTP password for smtp.gmail.com:587: .
SMTP password for smtp.gmail.com:587: ..
SMTP password for smtp.gmail.com:587: ........
smtpmail-send-it: Sending failed; SMTP protocol error

Perhaps it just doesnt work with gmail?

sincerely

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

end of thread, other threads:[~2006-04-16  8:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-13  8:24 Sending mail/news through gmail (again) Mr. Big
2006-04-13 14:34 ` Rodolfo Medina
2006-04-13 15:33   ` Mr. Big
2006-04-16  8:53 ` Xiaodong Xu

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).