Mercurial Hosting > luan
diff website/src/examples/upload-and-email.html.luan @ 1259:e8020216dee7
add Luan.to_luan and fix multipart/form-data
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 23 Sep 2018 17:58:40 -0600 |
parents | 4c2972f4d862 |
children | 60d013d5c7ef |
line wrap: on
line diff
--- a/website/src/examples/upload-and-email.html.luan Thu Sep 20 22:11:11 2018 -0600 +++ b/website/src/examples/upload-and-email.html.luan Sun Sep 23 17:58:40 2018 -0600 @@ -4,10 +4,10 @@ local send = Mail.Sender{ - host = "smtpcorp.com"; - username = "smtp@luanhost.com"; - password = "luanhost"; - port = 2525; + host = "smtpcorp.com" + username = "smtp@luanhost.com" + password = "luanhost" + port = 2525 }.send local function form()