all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sriram <sriram.max@gmail.com>
To: Mark Skilbeck <m@iammark.us>, Mohamed HIBTI <mohamed.hibti@gmail.fr>
Cc: help-gnu-emacs@gnu.org
Subject: Re: email client
Date: Fri, 22 Mar 2013 13:31:19 +0530	[thread overview]
Message-ID: <CAHgQ42WPDTTRYqWoP75LOxUawUMW4c7WQpGaqRY=wtWamfGxdw@mail.gmail.com> (raw)
In-Reply-To: <20130322072526.GC13119@earth>

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

Ola,

try url-mail or rmai, mails will be delivered to the default sendmail
program, which can configured to deliver to smtp or the pop servers.

url-mail seems the easy option.

To read mail we can use gnus, ifile with (fetch  & proc) mail working in
tandom.

Just have a fancy signature func here below. Hope it helps

(defun my-sig ()
  (let ((my-sig-str ""))
  (save-excursion
    (fortune-in-buffer t fortune-file)
    (set-buffer fortune-buffer-name)
    (goto-char (point-min))
    (goto-char (point-min))
    (insert-file-contents "~/.signature")
    (setq my-sig-str (buffer-string)))
  my-sig-str))


On Fri, Mar 22, 2013 at 12:55 PM, Mark Skilbeck <m@iammark.us> wrote:

> Why do you want to compose an email inside emacs and then send it on
> to an email client? If you want to use emacs as your editor for
> writing email, you should check the Lotus Notes documentation and see
> if it allows for an external editor, as with Mutt and others; this
> page[1] under the heading Editor suggests that it is possible.
>
> If I'm misunderstand, better describe your use-case.
>
> [1] http://www.guckes.net/lotusnotes/
>
> - mgsk
>
> On Thu, Mar 21, 2013 at 11:33:15PM +0100, Mohamed HIBTI wrote:
> > Hi all,
> > Is there any way to compose send send a mail from emacs  (for instance
> via
> > "message-send-and-exit") to the default mail client (lotus notes on
> > debian).
> >
> > I tried to custom sendmail-program without success ! any idea ?
> > Thanks,
> > Mohamed
>
>


-- 
Regards
Sriram R

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

  reply	other threads:[~2013-03-22  8:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-21 22:33 email client Mohamed HIBTI
2013-03-22  7:25 ` Mark Skilbeck
2013-03-22  8:01   ` Sriram [this message]
2013-03-22  8:17 ` Eli Zaretskii
     [not found] ` <mailman.22624.1363937133.855.help-gnu-emacs@gnu.org>
2013-03-22  9:43   ` mohamed.hibti
     [not found] ` <mailman.22628.1363940291.855.help-gnu-emacs@gnu.org>
2013-03-22  9:46   ` mohamed.hibti
2013-03-22 10:06     ` mohamed.hibti
2013-03-22 10:43       ` mohamed.hibti

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='CAHgQ42WPDTTRYqWoP75LOxUawUMW4c7WQpGaqRY=wtWamfGxdw@mail.gmail.com' \
    --to=sriram.max@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=m@iammark.us \
    --cc=mohamed.hibti@gmail.fr \
    /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.