emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Way to prepare a bugreport for pasting into a non-emacs ma


From: Giovanni Ridolfi
Subject: Re: [Orgmode] Way to prepare a bugreport for pasting into a non-emacs mailclient?
Date: Wed, 18 Nov 2009 12:11:29 +0000 (GMT)

--- Mer 18/11/09, Friedrich Delgado Friedrichs <address@hidden> ha scritto:
> I was just wondering, every time I tried
> org-submit-bug-report, it
> fails after asking the initial questions, because I don't
> have mh installed 
neither do I 
> (nor do I intend to install it and e-mh or any
> other emacs based mail client).

I think you should only set in your .emacs:

(setq user-full-name "  ") 
(setq user-mail-address "  ")
;; Send mail using SMTP 
(setq smtpmail-smtp-server " ")
(setq send-mail-function 'smtpmail-send-it) ;; If you use the default mail user 
agent.
(load-library "smtpmail")

and Emacs will send with its mail program

cheers
Giovanni







reply via email to

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