help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I cannot send bug report in emacs


From: waterloo
Subject: Re: I cannot send bug report in emacs
Date: Sun, 2 Aug 2009 18:40:49 +0800

I set  below in .emacs.

 ;; If you use the default mail user agent.
(setq send-mail-function 'smtpmail-send-it)

;; Send mail using SMTP via mail.example.org.
(setq smtpmail-smtp-server "smtp.gmail.com")

;; Send mail using SMTP on the mail submission port 587.
(setq smtpmail-smtp-service 587)

;; Authenticate using this username and password against my server.
(setq smtpmail-auth-credentials
      '(("smtp.gmail.com" 587 "xxx@gmail.com" "xxx")))

But send fail. it says: smtpmail-send-it: Sending failed; SMTP protocol error

What else do I need to do ?

Thanks


2009/8/2 waterloo <waterloo2005@gmail.com>
Thanks very much! 

2009/8/2 Byung-Hee HWANG <bh@izb.knu.ac.kr>

waterloo <waterloo2005@gmail.com> writes:

> If  I need some setting ?I cannot send bug report in emacs.Thanks

Because it depends on mail-mode, there is needed to setup local smtp,
afaik. It is a similar case with send-pr of FreeBSD system in act
mechanism. Easily, use msmtp or ssmtp for local smtp setup if you are
under dial-up connection. And, in your case, fire to Google's relay SMTP
server (smtp.gmail.com:587).

If you need more information about Google's relay SMTP server, see
http://mail.google.com/support/bin/answer.py?hl=en&answer=13287

Sincerely,

--
"Instruct my sons, all three of them, that they will accompany me to the
hospital to see poor Genco."
               -- Vito Corleone, "Chapter 1", page 41



reply via email to

[Prev in Thread] Current Thread [Next in Thread]