comparison src/login.js.luan @ 6:e22a1ba4b2ed

misc
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 29 Oct 2024 16:47:11 -0600
parents a49866b52cc2
children 9f45d32670ae
comparison
equal deleted inserted replaced
5:a49866b52cc2 6:e22a1ba4b2ed
20 with = to_list(with) 20 with = to_list(with)
21 for _, email in ipairs(with) do 21 for _, email in ipairs(with) do
22 url = url.."&with="..email 22 url = url.."&with="..email
23 end 23 end
24 send_mail_async { 24 send_mail_async {
25 From = "Web Chat <chat@reactionary.software>" 25 From = "Web Chat <chat@luan.software>"
26 To = email 26 To = email
27 Subject = "Login" 27 Subject = "Login"
28 body = `%> 28 body = `%>
29 Here is the link to login: 29 Here is the link to login:
30 30