readmechange

This commit is contained in:
Jordan
2026-07-21 11:23:20 +12:00
parent a4c15b8d1e
commit 33367bcf12
2 changed files with 7 additions and 4 deletions
+4 -4
View File
@@ -8,9 +8,9 @@ from sqlalchemy.exc import IntegrityError
app = Flask(__name__)
email_option = str(0)
email = str(0)
password = str(0)
# email_option = str(0)
# email = str(0)
# password = str(0)
# with app.app_context():
# print("--- Server Initialization ---")
@@ -95,7 +95,7 @@ def view_users():
return html_output
#Mail system uncomment all of the stuff below this line to use but requires a google account to use will have to put email in username area and password in password area
#Mail system uncomment all of the stuff below this line to use but requires a google account to use will have to put email in username area and password in password area when starting the py file
# app.config['MAIL_SERVER'] = 'smtp.google.com'
# app.config['MAIL_PORT'] = 587
# app.config['MAIL_USE_TLS'] = True