|
From: | Peter BARABAS |
Subject: | Re: [MIT-Scheme-devel] IMAIL |
Date: | Tue, 17 Feb 2015 14:20:29 +0100 |
Date: Mon, 16 Feb 2015 11:45:04 +0100
From: Peter BARABAS <address@hidden>
I couldn't find a way to send e-mails however, even after digging through
the sources. Am I right in supposing that the functionality isn't there
yet? Are there plans to implement it? (I think one can either use an SMTP
library or rely on sendmail (on Unix). Which one would you prefer?) I
checked todo.txt in the imail folder, but there were no mentions about
sending e-mails.
It's not part of IMAIL -- it's another part of Edwin. If you hit `m'
in IMAIL, it will open Edwin's mail composer. When you send with `C-c
C-c', it will by default invoke the sendmail executable to submit the
message to the mail system, but you can also teach it to talk SMTP to
your favourite submission server by setting `mail-relay-host' to the
hostname of the submission server (and `mail-relay-service' to the
port number, if not 25).
[Prev in Thread] | Current Thread | [Next in Thread] |