comparison src/login.js.luan @ 45:e138343b2c76

unsubscribe and more
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 28 Feb 2025 14:37:11 -0700
parents 1aa50739475a
children a47036fd0158
comparison
equal deleted inserted replaced
44:1aa50739475a 45:e138343b2c76
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@luan.software>"
26 To = email 25 To = email
27 Subject = "Login" 26 Subject = "Login"
28 body = `%> 27 body = `%>
29 Here is the link to login: 28 Here is the link to login:
30 29