Skip to content

Commit

Permalink
fix typo in smtp_client.py
Browse files Browse the repository at this point in the history
from "you will need to need to" to "you will need to"
  • Loading branch information
beraoudabdelkhalek authored Dec 21, 2023
1 parent 3611133 commit 0c65a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phishing/smtp/client/smtp_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
smtp = ("smtp.gmail.com")
port = ("587")
print_status(
"If you are using GMAIL - you will need to need to create an application password: https://support.google.com/accounts/answer/6010255?hl=en")
"If you are using GMAIL - you will need to create an application password: https://support.google.com/accounts/answer/6010255?hl=en")

# support smtp for yahoo
if email_provider == "yahoo":
Expand Down

0 comments on commit 0c65a43

Please sign in to comment.