mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Issue #23527: Update Gmail port number for STARTTLS to 587.
Patch by Alex Shkop.
This commit is contained in:
parent
659f631a5e
commit
ed0392ae06
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue