Mercurial Hosting > luan
diff website/src/examples/upload-and-email.html.luan @ 1576:13135e289b50
domain change
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 28 Jan 2021 20:47:39 -0700 |
parents | d3e61cd2aca0 |
children | 0c46edec25dd |
line wrap: on
line diff
--- a/website/src/examples/upload-and-email.html.luan Wed Jan 27 15:31:26 2021 -0700 +++ b/website/src/examples/upload-and-email.html.luan Thu Jan 28 20:47:39 2021 -0700 @@ -5,7 +5,7 @@ local send = Mail.Sender{ host = "smtpcorp.com" - username = "smtp@luan.ws" + username = "smtp@luan.software" password = "luanhost" port = 2525 }.send @@ -46,7 +46,7 @@ else local file = Http.request.parameters.file send{ - from = "smtp@luan.ws" + from = "smtp@luan.software" to = email subject = "Upload and Email" body = "file should be attached"