Mercurial Hosting > nabble
diff conf/Init.luan @ 65:3d7067a23eff
fix
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 17 Sep 2024 05:01:59 -0600 |
parents | 6bd33547304f |
children |
line wrap: on
line diff
--- a/conf/Init.luan Mon Sep 16 20:53:23 2024 -0600 +++ b/conf/Init.luan Tue Sep 17 05:01:59 2024 -0600 @@ -25,7 +25,7 @@ Init.home_dir = uri( uri("classpath:nabble").to_string() ).parent().parent().to_string().."/" -- for now -local smtp = MailHome.getSmtpServer("mail.smtp2go.com","dev@singlesushi.com","FB4dating") +local smtp = MailHome.getSmtpServer("mail.smtp2go.com","nabble","nabble") smtp.setPort(2525) MailHome.setDefaultSmtpServer(smtp)