From: waterloo <waterloo2005@gmail.com>
To: Byung-Hee HWANG <bh@izb.knu.ac.kr>
Cc: help-gnu-emacs@gnu.org
Subject: Re: I cannot send bug report in emacs
Date: Sun, 2 Aug 2009 18:40:49 +0800 [thread overview]
Message-ID: <907065090908020340w3897f2f9t60acf702d6b73585@mail.gmail.com> (raw)
In-Reply-To: <907065090908012206p4d11d525uadd725f13b1bccec@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1466 bytes --]
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
>>
>
>
[-- Attachment #2: Type: text/html, Size: 2633 bytes --]
next prev parent reply other threads:[~2009-08-02 10:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-02 4:01 I cannot send bug report in emacs waterloo
2009-08-02 4:19 ` Byung-Hee HWANG
2009-08-02 5:06 ` waterloo
2009-08-02 10:40 ` waterloo [this message]
2009-08-02 12:03 ` Byung-Hee HWANG
2009-08-02 12:39 ` waterloo
2009-08-02 13:17 ` Byung-Hee HWANG
2009-08-02 13:46 ` waterloo
2009-08-02 16:29 ` Byung-Hee HWANG
2009-08-02 16:33 ` waterloo
[not found] ` <mailman.3702.1249230798.2239.help-gnu-emacs@gnu.org>
2009-08-02 16:50 ` Byung-Hee HWANG
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=907065090908020340w3897f2f9t60acf702d6b73585@mail.gmail.com \
--to=waterloo2005@gmail.com \
--cc=bh@izb.knu.ac.kr \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.