Issue #23527: Update Gmail port number for STARTTLS to 587.

Patch by Alex Shkop.
This commit is contained in:
Berker Peksag 2015-03-02 07:40:36 +02:00
parent 659f631a5e
commit ed0392ae06
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ def check_ssl_verifiy(host, port):
class SmtpTest(unittest.TestCase):
testServer = 'smtp.gmail.com'
remotePort = 25
remotePort = 587
def test_connect_starttls(self):
support.get_attribute(smtplib, 'SMTP_SSL')