diff src/luan/host/Init.luan @ 1312:60d013d5c7ef

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 24 Jan 2019 21:56:53 -0700
parents 2612e4307987
children 5763597ca5c0
line wrap: on
line diff
--- a/src/luan/host/Init.luan	Thu Jan 24 21:15:03 2019 -0700
+++ b/src/luan/host/Init.luan	Thu Jan 24 21:56:53 2019 -0700
@@ -79,10 +79,10 @@
 -- mail  - fix later
 
 Hosting.send_mail = Mail.Sender{
-	host = "smtpcorp.com";
-	username = "smtp@luanhost.com";  -- ?
-	password = "luanhost";
-	port = 2525;
+	host = "smtpcorp.com"
+	username = "smtp@luan.ws"  -- ?
+	password = "luanhost"
+	port = 2525
 }.send