Show 'STARTTLS' as only type of STMP server

This commit is contained in:
clamsawd 2016-02-16 16:15:04 +01:00
parent 317d575a90
commit 8cc677266e

View File

@ -95,7 +95,7 @@ print ("")
FromEmail=input("- Type the email sender: ") FromEmail=input("- Type the email sender: ")
FromEmailUser=input("- Type the user of email sender: ") FromEmailUser=input("- Type the user of email sender: ")
FromEmailPass=input("- Type the pass of email sender: ") FromEmailPass=input("- Type the pass of email sender: ")
SmtpFromEmail=input("- Type the server STMP of email sender: ") SmtpFromEmail=input("- Type the server STMP (STARTTLS) of email sender: ")
ToEmail=input("- Type the email receiver: ") ToEmail=input("- Type the email receiver: ")
#Create 'ip2e.conf' #Create 'ip2e.conf'