Skip to content

Commit

Permalink
Merge pull request #1052 from beraoudabdelkhalek/typo-1
Browse files Browse the repository at this point in the history
fix typo in smtp_client.py
  • Loading branch information
HackingDave authored May 24, 2024
2 parents 5a2eaaa + 0c65a43 commit f3abbd4
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 f3abbd4

Please sign in to comment.