all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
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 21:46:52 +0800	[thread overview]
Message-ID: <907065090908020646tf3e3668sca3bf9337a5d34e2@mail.gmail.com> (raw)
In-Reply-To: <f80d2b8a0908020617n42e43088x90dfdce0b4495536@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1301 bytes --]

Thanks a lot!

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

> On 8/2/09, waterloo <waterloo2005@gmail.com> wrote:
> > Yes , can you give me some examples ?
>
> #  First i assume:
> # [1] you or somebody use Emacs under MS-Windows
> # [2] msmtp.exe's path is "C:/msmtp/msmtp.exe"
> # Mail Routing:
> # Local MUA (Emacs) -> Local MTA (MSMTP) -> ISP's MTA (Google)
> # This is msmtp config file (msmtprc.txt)
> # msmtprc.txt begins here
> defaults
> account account1
> host smtp.gmail.com
> from soyeomul@gmail.com
> port 587
> auth on
> tls on
> tls_certcheck off
> user soyeomul@gmail.com
> password MYPASSWORD
> logfile c:\msmtplog.txt
> account default : account1
> # msmtprc.txt ends here
>
> ;; This is only for ~/.emacs file
> ;; You should tell Emacs where local smtp program is,
> ;; by editing ~/.emacs file
> ;; ~/.emacs begins here
> (setq send-mail-function 'sendmail-send-it)
> (setq sendmail-program "C:/msmtp/msmtp.exe")
> (setq message-sendmail-extra-arguments '("-a" "account1"))
> ;; ~/.emacs ends here
>
> For testing,
> Type "C-x m"; it means that type "Ctrl+x" and then type "m".
> If the test is OK, then your bug-report program is OK, too.
> But you have some trouble,
> throw questions to help-gnu-emacs@gnu.org via email again ..;;
>

[-- Attachment #2: Type: text/html, Size: 1999 bytes --]

  reply	other threads:[~2009-08-02 13:46 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
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 [this message]
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=907065090908020646tf3e3668sca3bf9337a5d34e2@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.