diff src/index.html @ 5:2e211bec24d7

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 15 Sep 2024 07:23:04 -0600
parents fb6cda61cf9d
children 9aebae0306b1
line wrap: on
line diff
--- a/src/index.html	Sat Aug 24 21:40:12 2024 -0600
+++ b/src/index.html	Sun Sep 15 07:23:04 2024 -0600
@@ -25,8 +25,8 @@
 		<script>
 			let server = {
 				host: 'mail.smtp2go.com',
-				port: 587,
-				username: 'luan.software',
+				port: 465,
+				username: 'reactionary',
 				password: 'not telling',
 			};
 			server = JSON.stringify(server,null,'\t');