We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41982f3 + b6eec52 commit 5e46a45Copy full SHA for 5e46a45
1 file changed
modules/mail.py
@@ -73,7 +73,7 @@ def check_mail():
73
ServerSmtp = input(W+'Hunner»Mail»ServerSmtp»'+E)
74
if int(ServerSmtp) == 1:
75
serv = 'smtp.gmail.com'
76
- port = 587
+ port = 465
77
elif int(ServerSmtp) == 2:
78
serv = 'smtp-mail.outlook.com'
79
port = 587
@@ -116,4 +116,4 @@ def brut():
116
117
check_mail()
118
t1 = threading.Thread(target=brut)
119
-t1.start()
+t1.start()
0 commit comments