emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Erwin Panen <erwinpanen@fastmail.fm>
To: emacs-orgmode@gnu.org
Subject: orgmode / emacs /msmtp on winxp
Date: Sat, 22 Jan 2011 23:55:19 +0100	[thread overview]
Message-ID: <4D3B6057.8070708@fastmail.fm> (raw)

Hi,

I guess this is perhaps more emacs related but here goes:

I'm trying to get going with gnus.
My system is running XP.
I have msmtp installed and working. (tested using cli)
In emacs using eshell and issuing msmtp --v I get the correct output.

Versions:
Gnus 5.13
Emacs 23.2.1
msmtp 1.4.17

What goes wrong is this:
In emacs I issue M-x mail, fill in, and C-c C-c to send => this opens my 
Thunderbird client.

I've added the equivalent of these to .emacs and .gnus
-------------------------------------------------------------------
;; with Emacs 23.1, you have to set this explicitly (in MS Windows)
;; otherwise it tries to send through OS associated mail client
(setq message-send-mail-function 'message-send-mail-with-sendmail)
;; we substitute sendmail with msmtp
(setq sendmail-program "c:/gnu/bin/msmtp.exe")
;;need to tell msmtp which account we're using
(setq message-sendmail-extra-arguments '("-a" "anderson"))
;; you might want to set the following too
(setq mail-host-address "gmail.com")
(setq user-full-name "Anderson Guy")
(setq user-mail-address "sivaram.notthere@gmail.com")

What can I do to debug this behaviour?

             reply	other threads:[~2011-01-22 22:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-22 22:55 Erwin Panen [this message]
2011-01-23  0:07 ` orgmode / emacs /msmtp on winxp Eric S Fraga

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D3B6057.8070708@fastmail.fm \
    --to=erwinpanen@fastmail.fm \
    --cc=emacs-orgmode@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).