Skip to content

Commit 5e46a45

Browse files
authored
Merge pull request #1 from nis130/patch-1
Update mail.py
2 parents 41982f3 + b6eec52 commit 5e46a45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/mail.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def check_mail():
7373
ServerSmtp = input(W+'Hunner»Mail»ServerSmtp»'+E)
7474
if int(ServerSmtp) == 1:
7575
serv = 'smtp.gmail.com'
76-
port = 587
76+
port = 465
7777
elif int(ServerSmtp) == 2:
7878
serv = 'smtp-mail.outlook.com'
7979
port = 587
@@ -116,4 +116,4 @@ def brut():
116116

117117
check_mail()
118118
t1 = threading.Thread(target=brut)
119-
t1.start()
119+
t1.start()

0 commit comments

Comments
 (0)