Berker Peksag added the comment:
Good catch. The test is skipped as "Resource 'smtp.gmail.com' is not available"
on my machine.
See https://support.google.com/mail/answer/13287 for reference.
Thanks for the patch.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
statu
Roundup Robot added the comment:
New changeset 06d69688ea06 by Berker Peksag in branch '3.4':
Issue #23527: Update Gmail port number for STARTTLS to 587.
https://hg.python.org/cpython/rev/06d69688ea06
New changeset 9ff477cd79da by Berker Peksag in branch 'default':
Issue #23527: Update Gmail por
New submission from Alex Shkop:
test_smtpnet uses port 25 for STARTTLS, whereas gmail exposes STARTTLS SMTP
over port 587.
--
components: Tests
files: test_smtpnet_starttls_port.patch
keywords: patch
messages: 236658
nosy: ashkop
priority: normal
severity: normal
status: open
title: tes