#39597 closed defect (bug) (invalid)
Authtype order in class-smtp.php
Reported by: | bcmarius | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.7.1 |
Component: | Keywords: | ||
Focuses: | Cc: |
Description
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
Change History (3)
#1
@
8 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Hi @bcmarius, welcome to Trac! Thanks for the ticket.
class-smtp.php
is a part of PHPMailer external library, this should be reported upstream:https://github.com/PHPMailer/PHPMailer/issues