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:... <contents in message mode> #+END_SRC and executing above send the email. Thank you in advance for your responses.