[wp-trac] [WordPress Trac] #39597: Authtype order in class-smtp.php
WordPress Trac
noreply at wordpress.org
Mon Jan 16 10:51:49 UTC 2017
#39597: Authtype order in class-smtp.php
--------------------------+-----------------------------
Reporter: bcmarius | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Mail | Version: 4.7.1
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
i had to modify line 417 in class-smtp.php so I can use authtype LOGIN
Line 417 modified foreach (array('LOGIN', 'PLAIN', 'CRAM-MD5') as
$method) {
original was
foreach (array('CRAM-MD5', 'PLAIN', 'LOGIN') as $method) {
and it always wanted to authenticate CRAM-MD5 witch my server does not
support
--
Ticket URL: <https://core.trac.wordpress.org/ticket/39597>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list