fix typo in smtp_client.py

from "you will need to need to" to "you will need to"
This commit is contained in:
letmewin 2023-12-21 21:09:16 +01:00 committed by GitHub
parent 3611133a5a
commit 0c65a43b6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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