Merge pull request #1052 from beraoudabdelkhalek/typo-1

fix typo in smtp_client.py
This commit is contained in:
David Kennedy 2024-05-24 09:53:04 -04:00 committed by GitHub
commit f3abbd4a78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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":