mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-25 22:10:19 +00:00
fix typo in smtp_client.py
from "you will need to need to" to "you will need to"
This commit is contained in:
parent
3611133a5a
commit
0c65a43b6e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ for line in sendmail_file:
|
||||||
smtp = ("smtp.gmail.com")
|
smtp = ("smtp.gmail.com")
|
||||||
port = ("587")
|
port = ("587")
|
||||||
print_status(
|
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
|
# support smtp for yahoo
|
||||||
if email_provider == "yahoo":
|
if email_provider == "yahoo":
|
||||||
|
|
Loading…
Reference in a new issue