comparison 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
comparison
equal deleted inserted replaced
1311:ca742d51b31f 1312:60d013d5c7ef
77 77
78 78
79 -- mail - fix later 79 -- mail - fix later
80 80
81 Hosting.send_mail = Mail.Sender{ 81 Hosting.send_mail = Mail.Sender{
82 host = "smtpcorp.com"; 82 host = "smtpcorp.com"
83 username = "smtp@luanhost.com"; -- ? 83 username = "smtp@luan.ws" -- ?
84 password = "luanhost"; 84 password = "luanhost"
85 port = 2525; 85 port = 2525
86 }.send 86 }.send
87 87
88 88
89 -- callback to luanhost code 89 -- callback to luanhost code
90 do_file "file:init.luan" 90 do_file "file:init.luan"