I see numerous ways to do that. The best should be the most
simple one. As you receive mails, you could just make them
available as web page. You need home router with wifi, one
node to have web server on and k3, without any further app
or whatever, since it shows html content. The question is
what to use to put mail together on one page. Something like
"cat mail.html second_mail.html > /dir/to/server/mail.html".
One script in cron might regularly iterate the whole directory
with "cd dir; cat * ...". Web server could be one of light ones,
as nginx or similar.
As soon as you start to investigate, you will find your own
way to do that.
|