mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-02-16 13:28:36 +00:00
Merge pull request #1052 from beraoudabdelkhalek/typo-1
fix typo in smtp_client.py
This commit is contained in:
commit
f3abbd4a78
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ for line in sendmail_file:
|
|||
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":
|
||||
|
|
Loading…
Add table
Reference in a new issue