changeset 1:6cd68fe047c7

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 19 May 2023 07:19:02 -0600
parents bd4802730bab
children 6cc785c26513
files src/index.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/index.html	Thu May 18 21:20:59 2023 -0600
+++ b/src/index.html	Fri May 19 07:19:02 2023 -0600
@@ -25,9 +25,9 @@
 		<script>
 			let server = {
 				host: 'mail.smtp2go.com',
+				port: 587,
 				username: 'luan.software',
 				password: 'not telling',
-				port: 2525,
 			};
 			server = JSON.stringify(server,null,'\t');