From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Giri Prashanth" Subject: Org-babel for sending emails Date: Sat, 08 Apr 2017 11:50:05 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwvR6-0002EM-QY for emacs-orgmode@gnu.org; Sat, 08 Apr 2017 14:50:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwvR3-0003Nv-Lv for emacs-orgmode@gnu.org; Sat, 08 Apr 2017 14:50:12 -0400 Received: from mail-pg0-x231.google.com ([2607:f8b0:400e:c05::231]:32979) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwvR3-0003NU-G8 for emacs-orgmode@gnu.org; Sat, 08 Apr 2017 14:50:09 -0400 Received: by mail-pg0-x231.google.com with SMTP id x125so87378249pgb.0 for ; Sat, 08 Apr 2017 11:50:09 -0700 (PDT) Received: from klienbottle.local.gmail.com (108-253-176-206.lightspeed.sndgca.sbcglobal.net. [108.253.176.206]) by smtp.gmail.com with ESMTPSA id z123sm10290666pfz.56.2017.04.08.11.50.06 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 08 Apr 2017 11:50:06 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: org-mode Hi, Is there a dedicated org-babel for composing and sending emails from org-mode ? I know that a entire org-mode file could be sent as email by exporting with org-mime, but I was wondering if there exist some package to have message mode for org-babel, like the following: #+BEGIN_SRC message FROM:.... TO:... #+END_SRC and executing above send the email. Thank you in advance for your responses.