added wording around smtp gmail connections and application specific passwords

This commit is contained in:
TrustedSec 2016-06-22 21:25:38 -04:00
parent 464da3a1d2
commit 28cd252a71
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ version 7.2
* fixed an issue on installer not copying SET directory properly (why was I moving a file and ... nevermind.)
* changed delay time for HTA attack vector from 3 seconds to 10 seconds to allow proper loading
* added wording when using gmail and application specific passwords
~~~~~~~~~~~~~~~~
version 7.1.2

View file

@ -77,6 +77,7 @@ for line in sendmail_file:
if sendmail == 0:
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")
# support smtp for yahoo
if email_provider == "yahoo":