Mercurial Hosting > luan
changeset 1593:ea62c2316b2e
docs
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 20 Mar 2021 22:29:01 -0600 |
parents | 9303bacae890 |
children | 329197048ff0 |
files | website/src/goodjava.html |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/website/src/goodjava.html Thu Mar 18 23:52:49 2021 -0600 +++ b/website/src/goodjava.html Sat Mar 20 22:29:01 2021 -0600 @@ -58,5 +58,9 @@ <p>I use this webserver by itself for development, and behind nginx for production. I have only implemented what I need as I need it. I haven't tried to make this a production-ready stand-alone webserver. That is much more work.</p> + <h2>goodjava.mail</h2> + + <p>The last horrible modern library that I replaced is <a href="https://javaee.github.io/javamail/">java.mail</a>. <a href="https://hg.luan.software/luan/file/default/src/goodjava/mail">My code</a> to send mail is a little over 200 lines. It is a thin layer on top of SMTP and MIME.</p> + </body> </html>